# API Documentation

- [Introduction](https://docs.tiny.plus/api/intro.md)
- [Getting access](https://docs.tiny.plus/api/getting-access.md)
- [Javascript token](https://docs.tiny.plus/api/getting-access/javascript-token.md)
- [Simple access token](https://docs.tiny.plus/api/getting-access/getting-an-access-token.md)
- [Register a Client App](https://docs.tiny.plus/api/getting-access/register-a-client-app.md)
- [oAuth Authorisation process](https://docs.tiny.plus/api/getting-access/oauth-authorisation-process.md): We use the oAuth 2.0 Implicit workflow to grant access tokens.
- [Endpoints](https://docs.tiny.plus/api/endpoints.md)
- [Projects](https://docs.tiny.plus/api/endpoints/projects.md)
- [Companies](https://docs.tiny.plus/api/endpoints/companies.md)
- [Contacts](https://docs.tiny.plus/api/endpoints/contacts.md)
- [Enquiries](https://docs.tiny.plus/api/endpoints/enquiries.md)
- [Team Members](https://docs.tiny.plus/api/endpoints/team-members.md)
- [Tasks](https://docs.tiny.plus/api/endpoints/tasks.md)
- [Meetings](https://docs.tiny.plus/api/endpoints/meetings.md)
- [Posts](https://docs.tiny.plus/api/endpoints/updates.md): Known as 'Updates' in the API.


---

# 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.tiny.plus/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.
