# Create a sandbox account

Please get in touch your Dashdoc contact to ask for a sandbow account. All you need to provide is an email address. Your sandbox account should be created within a day.

Once your account is created, you can access the web application at the following url : <https://sandbox.dashdoc.eu/app/>

The base URL for API request is: `https://sandbox.dashdoc.eu/api/v3/`

You will need an API token to make authenticated requests. See in the next article how to generate it from your account parameters in the web application.


---

# 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://developer.dashdoc.com/docs/integrate-your-software/setup/creating-a-sandbox-account.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.
