# Set Titles & Descriptions

Context can be crucial if other members of your team are looking at workflows. The following title does not give many contexts to the function of the workflow.

## Workflow Titles

Within your workflow, there is an option to adjust the title of each step. This is oh so helpful at placing a clear and purposeful title to each step. Your future self will thank you for adding a descriptive title so you won't have to dig into the details later.

Let's fix it! Click the title of your workflow or the **Dashboard** to bring up the **Manage workflow** details options to make changes.

<figure><img src="/files/mrdUpfLF3qdQDtk9qAhH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/VbJW5Mu0pTm8ca8sEUrS" alt=""><figcaption></figcaption></figure>

Enter your new workflow name and select **Save Changes.** Whoa, this is a much better title!

<figure><img src="/files/1CFV08BMI0lgPgh6BQ2n" alt=""><figcaption></figcaption></figure>

## Workflow Descriptions

But wait, you can add more context! You can adjust the description in the **Manage workflow** details of your workflow. While you're updating that workflow name, in the same box find the **Description** field. The text can describe the goal, the steps, or anything else that is helpful to note.

<figure><img src="/files/1jVZEO9M3JqOFYf7XmFY" alt=""><figcaption></figcaption></figure>

Hit **Save Changes** and your new description will appear on the right-hand side of your workflow **Dashboard** page in the **Details** section.

<figure><img src="/files/7WbiQwQ2DH8yRKhVLY5U" alt=""><figcaption></figcaption></figure>

## Step Titles

Within your workflow, there is an option to adjust the title of each step. This is oh so helpful at placing a clear and purposeful title to each step. Your future self will thank you for adding a descriptive title so you won't have to dig into the details later.

To add a new step title description, select the **Settings** section within the step. Next, add your updated or new title in the **Description** box and **Save**. Bravo, you have a descriptive title for your step!

<figure><img src="/files/dXDoi2THAm5O0fJpKIaQ" alt=""><figcaption></figcaption></figure>


---

# 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://docs.getmesa.com/best-practices/set-titles-and-descriptions.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.
