# Resources

In addition to the Docs here, Violet has additional resources to help you build and manage your Checkout integration.

## Dashboards

Violet provides you and your merchants with dashboards that you can use to manage your connections.

### [Channel Dashboard](/resources/channel-dashboard.md)

Manage your Violet-connected merchants and control your settings all in one place.

### [Merchant Dashboard](/resources/merchant-dashboard.md)

Let your Violet-connected merchants control their payouts and product offerings.

## OpenAPI File

The [Violet OpenAPI](https://github.com/violetio/open-api.git) files are available on GitHub. These files describe the APIs Violet exposes in a standardized way suitable for usage with tools for testing, client library generation, and other purposes that ingest OpenAPI/Swagger definition files. By default, Violet generates open-api-3 spec files.

## Environments

### [Environments](/concepts/environments.md)

Learn about the differences between our test and live environments and how you can use them.


---

# 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/resources.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.
