# WIP Not used yet

- [Connect Your Account](https://integrations.impact.com/rest-apis/wip-not-used-yet/connect-your-account.md): Use an API key to access your impact.com account.
- [Connect Your Own Account (v1)](https://integrations.impact.com/rest-apis/wip-not-used-yet/connect-your-own-account-v1.md): Use an API key to access your own impact.com account.
- [Build a Multi-Customer App](https://integrations.impact.com/rest-apis/wip-not-used-yet/build-a-multi-customer-app.md): Use OAuth 2.0 to access many user accounts.
- [Development Environment](https://integrations.impact.com/rest-apis/wip-not-used-yet/development-environment.md): Pick the right development environment for your build intent.
- [Set Up Your Own-Account Development Environment](https://integrations.impact.com/rest-apis/wip-not-used-yet/development-environment/set-up-your-own-account-development-environment.md): Configure your local environment for an own-account integration.
- [Set Up a Multi-Customer Development Environment](https://integrations.impact.com/rest-apis/wip-not-used-yet/development-environment/set-up-a-multi-customer-development-environment.md): Configure your local environment for a multi-customer app.
- [Authenticate](https://integrations.impact.com/rest-apis/wip-not-used-yet/authenticate.md)
- [Set Up OAuth 2.0](https://integrations.impact.com/rest-apis/wip-not-used-yet/authenticate/set-up-oauth-2.0.md): Implement Authorization Code with PKCE, token rotation, and refresh handling.


---

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