> ## Documentation Index
> Fetch the complete documentation index at: https://docs.genfuseai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Build your first AI agent that performs in-depth research about any company and emails you a comprehensive report - in under 5 minutes.


## Creating an agent workflow

<Tip>
  Agent workflows allow you to connect multiple AI agents and tools to create powerful automations.
  Use our simple drag and drop editor to design and deploy your custom workflow in minutes.
</Tip>

To create a new agent workflow:

1. [Sign Up](https://genfuseai.com/sign-up) in GenFuse AI
2. Once you've logged in, go to the [Agent Workflows](https://genfuseai.com/dashboard) page (in the sidebar)
3. Create a new workflow by clicking the button in the top right corner.

<Frame>
  <img src="https://mintcdn.com/genfuseai-23f02aa6/rsY3re0OzPuGqk5i/images/create-workflow.png?fit=max&auto=format&n=rsY3re0OzPuGqk5i&q=85&s=34057ad72610abc429f5c6df3925035c" alt="Create workflow" width="1881" height="1544" data-path="images/create-workflow.png" />
</Frame>

***

## Customizing the agent workflow

### Add a Trigger

<Tip>
  Triggers are events that start your workflow.
  Examples include manual triggers (run on demand), scheduled triggers (e.g. every weekday at 7 AM), or event-based triggers (e.g. when an email is received).
</Tip>

In this example, we'll set up a manual trigger that takes a company website as input.

* Click the `Trigger` node in your workflow
* Select `Manual` Trigger
* Click `Add Input` and add `Company Website` as an input — this lets you provide custom data each time the workflow runs.

<Frame>
  <img src="https://mintcdn.com/genfuseai-23f02aa6/rsY3re0OzPuGqk5i/images/configure-trigger.png?fit=max&auto=format&n=rsY3re0OzPuGqk5i&q=85&s=46e76fb83ab5664fe16576d23cbc7dbe" alt="Configure trigger" width="3440" height="1970" data-path="images/configure-trigger.png" />
</Frame>

### Add an AI Agent

<Tip>
  AI agents are intelligent systems powered by LLMs that can perform multi-step tasks without human intervention.
  They can be equipped with tools and can autonomously decide how to use them to complete tasks.
</Tip>

* Click the `+` button to add a new step.
* Select `Agents`
* Click `New Agent` to create an agent.

<Frame>
  <img src="https://mintcdn.com/genfuseai-23f02aa6/rsY3re0OzPuGqk5i/images/add-agent.png?fit=max&auto=format&n=rsY3re0OzPuGqk5i&q=85&s=dec19be0da92fa0781dab666e78a00d4" alt="Add agent" width="2704" height="1456" data-path="images/add-agent.png" />
</Frame>

#### Build the Agent with AI

<Tip>
  Describe the task you want your agent to perform, and let AI build a powerful agent for you.
  It will set up the agent’s instructions and add the necessary tools based on your task.
  You can then customize the agent to fit your needs.
</Tip>

* Click on the added AI Agent node
* Click the `Create with AI` button

<Frame>
  <img src="https://mintcdn.com/genfuseai-23f02aa6/rsY3re0OzPuGqk5i/images/create-agent-with-ai.png?fit=max&auto=format&n=rsY3re0OzPuGqk5i&q=85&s=af1c8847fa3d973123e1b106d8706417" alt="Create Agent with AI" width="2702" height="1776" data-path="images/create-agent-with-ai.png" />
</Frame>

* Set the agent description to:

```Plain text theme={null}
Given a company website, build a company research agent that scrapes the website and uses Google Search to generate a concise, accurate executive report in HTML format. 
The report should contain the following sections: Executive summary, key product or service offerings, customer case studies or testimonials (if available). 
```

* Click `Build Agent`

<Frame>
  <img src="https://mintcdn.com/genfuseai-23f02aa6/rsY3re0OzPuGqk5i/images/create-with-ai-prompt.png?fit=max&auto=format&n=rsY3re0OzPuGqk5i&q=85&s=c0579565725a6aa0038806b59d06c5c9" alt="Create Agent with AI Prompt" width="2662" height="1582" data-path="images/create-with-ai-prompt.png" />
</Frame>

* Once your agent is built, accept it and make any necessary changes.
  You can customize the agent instructions, add or remove tools or change the underlying LLM model (under Settings).

#### Add Agent Input

<Tip>
  Each agent can accept one or more inputs. By configuring these inputs, you can pass data from earlier steps to the AI agent.
  Use the `+` button in the text box to insert output from any previous step into the current step.

  Optionally, you can reference any agent input within the agent task.
</Tip>

* If it's not already added, create an agent input named `Company Website`.
* Click the `+` button to map the company website from the `Manual Trigger` step to the value of this input.

<Frame>
  <img src="https://mintcdn.com/genfuseai-23f02aa6/rsY3re0OzPuGqk5i/images/add-agent-input.png?fit=max&auto=format&n=rsY3re0OzPuGqk5i&q=85&s=6dab0eedd2264f4c5ec5ed4d831f5235" alt="Add Agent Input" width="2538" height="1788" data-path="images/add-agent-input.png" />
</Frame>

#### Add Tools

<Tip>
  Each agent can be equipped with tools. Based on the task, the agent will use them as needed to complete the work.
</Tip>

* Add or remove tools as required. For this example, you can add the `Scrape Website` and `Google Search` tools.

<Frame>
  <img src="https://mintcdn.com/genfuseai-23f02aa6/rsY3re0OzPuGqk5i/images/add-tools.png?fit=max&auto=format&n=rsY3re0OzPuGqk5i&q=85&s=71ca93502c1287628166615af06705a7" alt="Add Agent Tools" width="2538" height="1782" data-path="images/add-tools.png" />
</Frame>

#### Update LLM Model

<Tip>
  Each agent is powered by an LLM model, which you can choose under Settings.
  Different agents in a workflow can use different LLM models.
</Tip>

* You can change the LLM model under settings.

<Frame>
  <img src="https://mintcdn.com/genfuseai-23f02aa6/rsY3re0OzPuGqk5i/images/change-llm-model.png?fit=max&auto=format&n=rsY3re0OzPuGqk5i&q=85&s=7d99f46420006432ef2ac29c3625dae5" alt="Add Agent Tools" width="2562" height="1674" data-path="images/change-llm-model.png" />
</Frame>

### Add Email Integration

<Tip>
  App integrations enable you to connect to third-party services like Google Search, Sheets, Email, Linkedin, Web Scrapers and more.
</Tip>

* Click the `+` button to add a new step.
* Select `App Integrations`
* Click `Notification` and select the `Send Email Notification` action.

<Frame>
  <img src="https://mintcdn.com/genfuseai-23f02aa6/rsY3re0OzPuGqk5i/images/add-email-integration.png?fit=max&auto=format&n=rsY3re0OzPuGqk5i&q=85&s=6d065520d52d1c10d7cc7f0fe9c34147" alt="Create Agent with AI" width="2520" height="1786" data-path="images/add-email-integration.png" />
</Frame>

* Configure the `Send Email Notification` node by clicking on it
* Set the email `Message` to the report generated by the `Company Research Agent` by clicking the `+` button
* Add your email id in the `To` field and add an optional Subject

<Frame>
  <img src="https://mintcdn.com/genfuseai-23f02aa6/rsY3re0OzPuGqk5i/images/configure-email-node.png?fit=max&auto=format&n=rsY3re0OzPuGqk5i&q=85&s=6bcf807e589e4ee3f872a60225f2ced8" alt="Create Agent with AI" width="2812" height="1708" data-path="images/configure-email-node.png" />
</Frame>

***

## Run the agent workflow

* `Save` the workflow
* `Test` the workflow by providing the company website you want to research

<Frame>
  <img src="https://mintcdn.com/genfuseai-23f02aa6/rsY3re0OzPuGqk5i/images/test-workflow.png?fit=max&auto=format&n=rsY3re0OzPuGqk5i&q=85&s=5f631546e0b3c3745c9fcd8751c02ddd" alt="Create Agent with AI" width="3396" height="1972" data-path="images/test-workflow.png" />
</Frame>

* Once the run completes, you'll be able to see the exact steps that were taken to complete the task.
  And you should've received your first email from the AI agent!
* Customize the workflow as needed
* Run your workflow easily and see all past runs in the `Use` tab

<Frame>
  <img src="https://mintcdn.com/genfuseai-23f02aa6/rsY3re0OzPuGqk5i/images/build-tab-workflow.png?fit=max&auto=format&n=rsY3re0OzPuGqk5i&q=85&s=6f86e0e22700a1d75dc198f029e974cb" alt="Create Agent with AI" width="3402" height="1938" data-path="images/build-tab-workflow.png" />
</Frame>

***

## Share your workflow

Congratulations! You've successfully built your first agent workflow.

Share it with your team by clicking the `Share` button. Your teammates can now clone and use this workflow.

<Frame>
  <img src="https://mintcdn.com/genfuseai-23f02aa6/rsY3re0OzPuGqk5i/images/share-workflow.png?fit=max&auto=format&n=rsY3re0OzPuGqk5i&q=85&s=6816ba3a1a1c94297aab668be4bd449d" alt="Create Agent with AI" width="3426" height="1620" data-path="images/share-workflow.png" />
</Frame>
