> For the complete documentation index, see [llms.txt](https://developers.firstbase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.firstbase.com/getting-started.md).

# GETTING STARTED

- [Generating your API Key](https://developers.firstbase.com/getting-started/generating-your-api-key.md): Everything about generating an API key and keeping it secure.
- [Authentication](https://developers.firstbase.com/getting-started/authentication.md): Lets talk about how to authenticate requests the API and handling any errors
- [Making requests](https://developers.firstbase.com/getting-started/making-requests.md): Connecting to the Firstbase API and making your first request
- [Pagination](https://developers.firstbase.com/getting-started/pagination.md): How to paginate through the records.
- [Rate Limiting](https://developers.firstbase.com/getting-started/rate-limiting.md): Handling rate limits
- [Deprecations - WIP](https://developers.firstbase.com/getting-started/deprecations-wip.md)
- [Filtering - WIP](https://developers.firstbase.com/getting-started/filtering-wip.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developers.firstbase.com/getting-started.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.
