# Create a Violet Application

## About Violet Applications

Violet Applications provide you with the necessary credentials and tools to invoke our APIs and build your new system. Violet applications are the entry point to any system built on Violet and manage merchants you've connected to.

You can learn more about Violet Applications here [Apps](https://docs.violet.io/concepts/apps), but for now, follow the steps below to continue with this recipe and create your first Violet Application.

## Create an App

1. Sign up at [channel.violet.io/signup](https://channel.violet.io/signup) or login at [channel.violet.io/login](https://channel.violet.io/login)
2. You will be asked to Create an Org, select a slug you feel comfortable with for use across your team
3. Invite other member of your team (you can do this later, too)
4. Name your application (don't worry, you can change this later as many times as you'd like).
5. Save your App ID and App Secret, you will need them for API authentication.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.violet.io/prism/overview/create-a-violet-application.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
