# Automations

- [Getting Started with Automations](https://docs.compass.art/automations/getting-started-with-automations.md)
- [Wallets](https://docs.compass.art/automations/wallets.md): Automating with wallets
- [Key Terms in Automations](https://docs.compass.art/automations/key-terms-in-automations.md): Learn what the jargon means
- [Inputs/Outputs](https://docs.compass.art/automations/inputs-outputs.md): Learn about Inputs/Outputs
- [Testing Automations](https://docs.compass.art/automations/testing-automations.md): How to test and troubleshoot automations
- [Set Up Your First Listing Alert](https://docs.compass.art/automations/set-up-your-first-listing-alert.md): Get Notified if Someone Lists a Specific Trait
- [Triggers](https://docs.compass.art/automations/triggers.md)
- [Token Received](https://docs.compass.art/automations/triggers/token-received.md): Activates when a new token is received by a wallet or a group of wallets
- [Token Sent](https://docs.compass.art/automations/triggers/token-sent.md): Activates when a new token is sent by a wallet or a group of wallets
- [Token Bought](https://docs.compass.art/automations/triggers/token-bought.md)
- [Token Sold](https://docs.compass.art/automations/triggers/token-sold.md)
- [Token Minted](https://docs.compass.art/automations/triggers/token-minted.md)
- [Webhook](https://docs.compass.art/automations/triggers/webhook.md)
- [Repeat](https://docs.compass.art/automations/triggers/repeat.md)
- [Token Listed](https://docs.compass.art/automations/triggers/token-listed.md)
- [Telegram](https://docs.compass.art/automations/triggers/telegram.md)
- [Trigger Advanced Settings](https://docs.compass.art/automations/triggers/trigger-advanced-settings.md)
- [Pricing](https://docs.compass.art/automations/pricing.md)
- [Custom Actions](https://docs.compass.art/automations/custom-actions.md)
- [@compass/http](https://docs.compass.art/automations/custom-actions/compass-http.md)
- [@compass/api](https://docs.compass.art/automations/custom-actions/compass-api.md)
- [@compass/cache](https://docs.compass.art/automations/custom-actions/compass-cache.md)
- [@compass/utils](https://docs.compass.art/automations/custom-actions/compass-utils.md)
- [@compass/variables](https://docs.compass.art/automations/custom-actions/compass-variables.md)
- [@compass/wallet](https://docs.compass.art/automations/custom-actions/compass-wallet.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://docs.compass.art/automations.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.
