# Firstbase API

## Firstbase API

- [REST API](https://developers.firstbase.com/introduction/rest-api.md): Learn about building integrations with our REST API.
- [Use Cases](https://developers.firstbase.com/introduction/use-cases.md): Supported Use Cases for the Firstbase API.
- [User Management](https://developers.firstbase.com/introduction/use-cases/user-management.md): Use cases related to onboarding, off-boarding, and update employee records.
- [Asset Management](https://developers.firstbase.com/introduction/use-cases/asset-management.md)
- [Catalog and Ordering](https://developers.firstbase.com/introduction/use-cases/catalog-and-ordering.md): Use cases related to catalog management and ordering equipment
- [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)
- [Catalog](https://developers.firstbase.com/api-reference/catalog.md)
- [Skus](https://developers.firstbase.com/api-reference/catalog/skus.md)
- [Inventory](https://developers.firstbase.com/api-reference/inventory.md)
- [Tags](https://developers.firstbase.com/api-reference/inventory/tags.md)
- [Assignment](https://developers.firstbase.com/api-reference/inventory/assignment.md)
- [Archive](https://developers.firstbase.com/api-reference/inventory/archive.md)
- [Orders](https://developers.firstbase.com/api-reference/orders.md)
- [Shipments](https://developers.firstbase.com/api-reference/shipments.md)
- [Packages](https://developers.firstbase.com/api-reference/packages.md)
- [Users](https://developers.firstbase.com/api-reference/users.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://developers.firstbase.com/introduction/rest-api.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.
