# Using Automations

We've now built an event and filled out important information. Let's use Sparrow's built-in automations to iterate off of that info.

{% hint style="info" %}
Automations can take up to 5 minutes to run.  You can leave the automations page at any time and they will continue to run in the background.
{% endhint %}

1. **Go to the Event Details page**. From the homepage, <mark style="color:green;">click Events</mark> in the navigation.  In the search bar <mark style="color:green;">type "My Sparrow Test Event"</mark> and click on the card that appears in the search results.
2. **Go to the Automations section.** From the Event Details page, <mark style="color:green;">click the "..."</mark> next to the Tasks tab to open a dropdown of additional tabs.  <mark style="color:green;">Select Automations</mark> and <mark style="color:green;">click + Add New</mark> to add a new automation.  Enter the following information:\
   \
   &#x20; Automation: *Do some research*\
   &#x20; Click Save\
   \
   Select + Add New again and enter:\
   &#x20; Automation: *Create marketing plan*\
   &#x20; Marketing Plan: *Demo marketing plan*\
   &#x20; Click Save\
   \
   Select + Add New again and enter:\
   &#x20; Automation: *Create Graphics*\
   &#x20; Graphics: *Demo: Square (On Sale)* and *Demo: Landscape*\
   &#x20; Click Save\
   \
   Select + Add New again and enter:\
   &#x20; Automation: *Merge Email Template*\
   &#x20; Template:  *Demo: Agent email*\
   &#x20; Click Save\
   \
   Select + Add New again and enter:\
   &#x20; Automation: *Add Task Groups*\
   &#x20; Task Groups: *Demo: In House*\
   &#x20; Click Save<br>
3. **Review your completed automations.**  From the Event Details page, go back to the Automations tab to view their status.  If they are 'Done', then move on to the following steps:\
   \
   \&#xNAN;*Click "Do Some Research"*. Look at 'Genre', 'Similar Artists', and listen to a few tracks.  Use this information to update event info in your Event Details page (e.g. Similar artists).\
   \
   Go back to your Automations tab and click "*Create Marketing Plan*".  Right-click each image and select 'Save As' to save it to your computer.  Upload these graphics to the *Assets* tab in your Event Details page.\
   \
   Go back to your Automations tab and click "*Create Graphics*".  Click 'PDF' to download the marketing plan as a PDF.  Use this to create a marketing plan that can be sent to the agent or internal team.\
   \
   Go back to your Automations tab and click "*Merge Email Template"*.  Use this automation to quickly write emails, such as a welcome email to the agent in this example.\
   \
   Go back to your Automations tab and click "*Add Task Group"*.  This will give you a summary of tasks that have been created, which we will cover more in the next section.<br>

Congratulations! In just a few clicks we've started building out assets, such as graphics, plans, emails, etc.  Next, let's dive into Sparrow's powerful task manager.


---

# 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://learn.getsparrow.co/quick-start/using-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.
