# Organizations

- [Organization Info](https://docs.inabit.com/api-reference/develop-with-inabit-api/organizations/organization-info.md): Retrieve data on your organizations, per organization ID.
- [Organization ID](https://docs.inabit.com/api-reference/develop-with-inabit-api/organizations/organization-id.md): Retrieve data on your organizations, per organization ID.
- [Organization Users](https://docs.inabit.com/api-reference/develop-with-inabit-api/organizations/organization-users.md): Retrieve all users in an organization, per organization ID.
- [Organization Contacts](https://docs.inabit.com/api-reference/develop-with-inabit-api/organizations/organization-contacts.md): Retrieve all contacts in an organization, per organization ID.
- [Organization Transactions](https://docs.inabit.com/api-reference/develop-with-inabit-api/organizations/organization-transactions.md): Retrieve all transactions in an organization, per organization ID.


---

# 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.inabit.com/api-reference/develop-with-inabit-api/organizations.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.
