# Automation

The automation is used to inform team members about changes in the TeamPanel, such as meetings, announcements, etc. Via a Discord webhook, in a specific text channel, so that none of your team members misses it because they haven't looked at the TeamPanel.

To do that, simply go to ‘Administration > Automation’ and click on the ‘+’ symbol. You will then be redirected to a new page where you simply select what automation you want, then the name of the automation, the display name and the avatar url (optional) the webhook url. (How to get the webhook url can be found here -> [create a webhook](#create-a-webhook)) And then the message, including the placeholders if you want.<br>

#### You can find the placeholders here -> [Placeholder for automation](/en/modules/automation/placeholders.md)

## Create a webhook

How to create a webhook in your Discord text channel is shown in the screenshots below, otherwise here is a text guide:

1. **Select a text channel:** We recommend using the team chat for meetings, for example, and creating/selecting a special channel for other types of automation. This way, everything stays organised.
2. Go to the channel settings under ‘Integrations > Web

   <figure><img src="/files/2vK4cG9TSU3dLDgse58q" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/W0H1XV4oNqZCQZs834gv" alt=""><figcaption></figcaption></figure>

   Click on ‘Copy webhook URL’ and paste it into the team panel.

   <figure><img src="/files/qyLiDzYYsdrysNShM1yA" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/ikwRcwCrpzW4yBRLT22Z" alt=""><figcaption></figcaption></figure>


---

# 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.team-panel.com/en/modules/automation.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.
