# Getting Started with Automations

{% embed url="<https://www.youtube.com/watch?ab_channel=CompassNFT&v=vTe4qGFcSks>" %}
Compass Automation Intro
{% endembed %}

Follow these steps to start with Compass Automations:

1. **Create a wallet**: Navigate to `Automations >` [`Wallets`](https://compass.art/automations/wallets) and create a new wallet.
2. **Deposit tokens**: Click on `Deposit` under the newly created wallet, and deposit ETH, WETH, and Blur pool tokens based on what you wish to automate. You also have the option to export the private key of the wallet and perform swaps directly from Metamask by clicking the three dots next to the wallet.
3. **Run an automation**: Visit the [`Explore`](https://compass.art/automations/explore) page and run a pre-made Automation. For instance, you could run the `Trait Bidder` to bid on traits or the `Opensea Lister` to keep your NFT listed on the floor.
4. **Understand the inputs**: Make sure to read the instructions on what the inputs for each Automation do. Most inputs will have recommended values already set as default.

### Learn More

Get more insight about the concept behind Compass automations in this Knowledgebase


---

# 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/getting-started-with-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.
