# Developers API

- [Home](https://doc.twake.app/developers-api/home.md): Welcome to the developers API home, here you can create apps, plugins and connectors for Twake.
- [Getting started](https://doc.twake.app/developers-api/get-started.md): Welcome to the developers API of Twake, let's begin together
- [Create your first application](https://doc.twake.app/developers-api/get-started/create-your-first-application.md): You want to create an application for Twake? It's easy, just follow the steps in this documentation! 😀
- [Authenticate with Postman](https://doc.twake.app/developers-api/get-started/authenticate-postman.md): Postman example
- [Send a message with your application](https://doc.twake.app/developers-api/get-started/send-a-message-for-twake.md): Send a message through API
- [Trigger action from command](https://doc.twake.app/developers-api/get-started/trigger-action-from-command.md): Trigger action from command
- [Application settings](https://doc.twake.app/developers-api/application-settings.md): Set your application
- [Api](https://doc.twake.app/developers-api/application-settings/api.md): There you will find some important pieces of information
- [Display](https://doc.twake.app/developers-api/application-settings/application-visibility-example.md): This is a JSON parameter to define where your app should appear
- [Privileges](https://doc.twake.app/developers-api/application-settings/privileges.md): Which privileges you need for your app
- [Identity](https://doc.twake.app/developers-api/application-settings/identity.md): How Identity are managed
- [API Reference](https://doc.twake.app/developers-api/api-reference.md): Discover our wonderful API
- [Webhook](https://doc.twake.app/developers-api/api-reference/wehbook.md): How to use webhook with Twake
- [Drive](https://doc.twake.app/developers-api/api-reference/drive.md): How to manage Drive through API
- [Message](https://doc.twake.app/developers-api/api-reference/message.md): How to manage messages through API
- [DELETE Request](https://doc.twake.app/developers-api/api-reference/message/delete-request.md): This method allow to delete message to a specific channel.
- [POST Request](https://doc.twake.app/developers-api/api-reference/message/post-request.md): This method allow to send message to a specific channel.
- [Authentication](https://doc.twake.app/developers-api/api-reference/auth.md): How to manage authentification on API call
- [Blocks](https://doc.twake.app/developers-api/blocks.md)


---

# 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://doc.twake.app/developers-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.
