> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/fabricate/data-agent-tools/workflows/viewing-workflow-details.md).

# Viewing workflow details

The workflow details include the following views:

* The workflow overview and parameters.
* The workflow script.
* The workflow API documentation.

To display the workflow details, in the project **Workflows** list, click the workflow name.

<figure><img src="https://4109733485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmoU4gTR9LxlzHeWmQCUZ%2Fuploads%2F52PwqXO6woAIbp5BRew2%2FProject_WorkflowsList.png?alt=media&amp;token=0d88d529-cdfd-450d-92f5-6d7c909a5c4b" alt=""><figcaption><p>Workflows list for a project</p></figcaption></figure>

## Workflow overview and parameters <a href="#workflow-overview-parameters" id="workflow-overview-parameters"></a>

The workflow form view displays:

* A summary of the workflow task.
* The available parameters for the workflow.

<figure><img src="https://4109733485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmoU4gTR9LxlzHeWmQCUZ%2Fuploads%2FFdkKpdR0OjBttq0Z3hHT%2FProject_WorkflowDetails.png?alt=media&amp;token=2183336f-e315-45a8-a743-29f66f9546f0" alt=""><figcaption><p>Form view on the workflow details for a Data Agent workflow</p></figcaption></figure>

## Workflow script <a href="#workflow-view-script" id="workflow-view-script"></a>

To create the workflow, Fabricate generates a script.

To view the script, on the workflow details, click the script view icon.

<figure><img src="https://4109733485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmoU4gTR9LxlzHeWmQCUZ%2Fuploads%2F6vHPV4jjshXwMBq5LiE7%2FProject_WorkflowScriptView.png?alt=media&amp;token=86abc605-f3e1-4650-8b80-58f9a82cb95b" alt=""><figcaption><p>Script view for a workflow</p></figcaption></figure>

## Workflow API documentation <a href="#workflow-update" id="workflow-update"></a>

To display API documentation for the workflow, on the workflow details, click **API**.


---

# 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.tonic.ai/fabricate/data-agent-tools/workflows/viewing-workflow-details.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.
