> For the complete documentation index, see [llms.txt](https://docs.fastn.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fastn.ai/your-first-automation.md).

# Your First Automation

### ***Turn ideas into actions — fast***

Getting started with Fastn is easy. In this section, we’ll walk you through your very first automation flow, from picking a trigger to launching a working integration. Whether you're automating internal ops, syncing data, or connecting external APIs, these step-by-step tutorials will help you build confidently.

> No prior experience needed. Just follow along, and see how fast "automated" can be.

#### Start with these tutorials:

{% content-ref url="/pages/yCHT9AkSNmMC3c0ExR2U" %}
[Create a Google Doc and share it to Slack - using UCL](/classic/fastn-ucl/getting-started/how-ucl-works-in-real-scenarios/create-a-google-doc-and-share-it-to-slack-using-ucl.md)
{% endcontent-ref %}

{% content-ref url="/pages/4qdfFFQzkd0ZfoPCr9MK" %}
[Creating a Custom Tool](/classic/fastn-ucl/getting-started/about-unified-context-layer/creating-a-custom-tool.md)
{% endcontent-ref %}

{% content-ref url="/pages/qdrfWZ8TvRWdAZrwk3r8" %}
[Setting Up a Google Drive to GCS Migration - Widget](/tutorials-1/data-migrations/setting-up-a-google-drive-to-gcs-migration-widget.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fastn.ai/your-first-automation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
