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

# Editing Your Flow

**EDITING A TEMPLATE**

While our templates are based on the most common use cases, and can be published immediately, most will require some customization for your specific needs.

Editing a template is easy.&#x20;

Open your flow and click the node on the diagram that you wish to edit. This will open a form allowing you to edit or delete that element.

![Nothing on the diagram has been selected](/files/-MZJ6dB5cueOnbZw1d-R)

![Edit an element by clicking the pencil icon](/files/-MZJ76m47WOw_RePg5Nv)

**EDITING A CUSTOM FLOW**

Anytime you want to make a change to a saved flow, just click the EDIT button on the dashboard.

Once you are in your flow, click any node on the diagram. This will open a form on the left. At the top is node information, at the bottom is the add element section. The edit the existing node, click the pencil icon.

&#x20;

**Facebook flows** After you edit and save the flow, it is automatically saved to AdManager. This is important to remember as you make edits to flows as you optimize your campaigns.&#x20;


---

# 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://help.eyelevel.ai/editing-your-flow.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.
