# Plannr API User Guide

## Plannr API User Guide

- [Welcome!](https://api-how-to.plannrcrm.com/readme.md)
- [Authentication](https://api-how-to.plannrcrm.com/getting-started/authorization.md): Getting access to our API
- [Making Requests](https://api-how-to.plannrcrm.com/getting-started/making-requests.md): Structuring a request to Plannr's API
- [Users, Logins, and Accounts](https://api-how-to.plannrcrm.com/getting-started/accounts.md): How end-users use and access Plannr
- [Using The API Reference](https://api-how-to.plannrcrm.com/basics/using-the-documentation.md)
- [Query Parameters](https://api-how-to.plannrcrm.com/basics/query-parameters.md): Control your request's results
- [Rate Limits](https://api-how-to.plannrcrm.com/basics/rate-limits.md)
- [Validating Webhook Signatures](https://api-how-to.plannrcrm.com/webhooks/validating-webhooks.md): How to verify that a webhook was genuinely sent by PlannrCRM
- [Add-On Store](https://api-how-to.plannrcrm.com/addons/add-on-store.md)
- [Launch Button](https://api-how-to.plannrcrm.com/addons/launch-button.md)
- [Embeddable integrations](https://api-how-to.plannrcrm.com/addons/embeddable-integrations.md): Learn about how you can build embeddable integrations in Plannr, blurring the lines between your product and Plannr.


---

# 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://api-how-to.plannrcrm.com/readme.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.
