# Development Environment

You have 2 development environment options.

Pick the option that matches your intent.

### Set up your own-account environment

`intent: own-account`

Use this option when your code accesses only your own impact.com account.

Start here:

* [Set Up Your Own-Account Development Environment](/rest-apis/wip-not-used-yet/development-environment/set-up-your-own-account-development-environment.md)

### Set up your multi-customer environment

`intent: multi-customer`

Use this option when your app accesses impact.com data on behalf of users.

Start here:

* [Set Up a Multi-Customer Development Environment](/rest-apis/wip-not-used-yet/development-environment/set-up-a-multi-customer-development-environment.md)

### Explore next step

* [Quick Start](/rest-apis/api-quick-start.md)
* [Authenticate](/rest-apis/wip-not-used-yet/authenticate.md)
* [Sandbox](/developer-tools/sandbox.md)


---

# 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://integrations.impact.com/rest-apis/wip-not-used-yet/development-environment.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.
