# Getting Started

- [Authentication](https://docs.exactbuyer.com/master/authentication.md): ExactBuyer API's allow you to build powerful audience workflows to power every part of your business.
- [Rate Limiting](https://docs.exactbuyer.com/master/rate-limiting.md)
- [Errors](https://docs.exactbuyer.com/master/errors.md): What HTTP codes do we use for error identification?
- [OpenAPI Specification](https://docs.exactbuyer.com/master/openapi-specification.md): The OpenAPI specification for ExactBuyer APIs.


---

# 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.exactbuyer.com/master.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.
