# Quickstart

Get up and running an account in Trio and start to move and manage money in minutes.

{% stepper %}
{% step %}

### Create a Sandbox Account

Before you can use the Trio integration resources, you'll need to make sure you have a sandbox account set up, you can sign up for free [here](https://app.sandbox.trio.com.br/signup).
{% endstep %}

{% step %}

### Set up an API Key

With the sandbox account ready, go to the [Developers > API Keys](https://app.sandbox.trio.com.br/developers/api_keys) menu.&#x20;

1. Click to Create Key;
2. Enter a custom name to identify the credential;
3. After you submit the information, the credentials will be created;
4. Copy it to somewhere secure;
5. Confirm that you save the credentials.&#x20;

**Important:** Save your credentials in a secure and accessible location. They will only be displayed once. If you need to regenerate them, revoke the old credentials and create new ones.
{% endstep %}

{% step %}

### Set up the callbacks

To receive information in real-time from account or money movement, you may want to register a callback webhook. In order to do that, go to the [Developers > Webhooks](https://app.sandbox.trio.com.br/developers/webhooks) menu.&#x20;

1. Click to [Create Webhook](https://app.sandbox.trio.com.br/developers/webhooks/new);
2. Fill all the information from your callback URL, the events that you want to receive and the type of authentication;
3. Confirm and submit the information.

If you want to follow all the events received, you can go to the [Developers > Events](https://app.sandbox.trio.com.br/developers/events) menu.
{% endstep %}
{% endstepper %}


---

# 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.trio.com.br/getting-started/quickstart.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.
