# Support

If you have any questions or need assistance with your integration, please contact your dedicated account manager or reach out to our support team at <support@forepaas.org>.

## Frequently Asked Questions (FAQ)

<details>

<summary>How do I get my API keys?</summary>

To get your API key and private key, please contact your assigned ForePaaS sales representative or account manager. They will provide you with the necessary credentials to get started.

</details>

<details>

<summary>What are the rate limits?</summary>

The API has a rate limit of 50 requests per second per API key. Please see the [Rate Limits](/getting-started/rate-limits.md) page for more details.

</details>

<details>

<summary>How do I handle signature generation errors?</summary>

A `401 Unauthorized` error with an "Invalid Signature" message is the most common issue. Please carefully review the [Authentication](/getting-started/authentication.md) guide to ensure your signature generation process is correct.

</details>


---

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