# Applications

#### Description

**Applications** is everything related to connectors in Twake.

An application is described by an identity sheet containing this information:

* **Identity** (name, description, logo)
* **API** **preferences** (Twake→Connector events endpoint, API id and secret, and Connector→Twake allowed IPs)
* **Privileges and capabilities** (List of things the connector can read and can write)
* **Display information** (Where the connector is visible, button in chat, configuration in application list etc)

This is all we need to define a connector.

{% content-ref url="/pages/-MbjwbN76ZzXJowMYX5k" %}
[Database models](/internal-documentation/backend-services/applications/database-models.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mbjx1k-Kk4r0VqfKRqE" %}
[REST APIs](/internal-documentation/backend-services/applications/rest-apis.md)
{% endcontent-ref %}


---

# 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/internal-documentation/backend-services/applications.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.
