> For the complete documentation index, see [llms.txt](https://manual.firstresonance.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.firstresonance.io/features/procedures/steps/content.md).

# Content

Content steps are for written instructions. The content box supports text formatting features like colors, lists, fonts, pictures and tables.

{% hint style="warning" %}
When using **tables** in steps, we recommend setting them up in Google Sheets and pasting them in. Using Excel is not as reliable because formatting isn't copied over, but the content will still work.
{% endhint %}

![The step content editor ](/files/yeVqLsFXpr55it3OMP1O)

## Dynamic Media

Use the dynamic media editor to make complicated diagrams with pictures, arrows and callouts. Unlike making diagrams with external programs, dynamic media in steps is not "baked in" can be edited at any time.

![Using the dynamic media editor to call out picture details](/files/G0uoK9vsP50hD5Cvpkhg)

## Fields

In addition to written instructions, procedure editors can also add data collection fields. Data collection fields can be filled out in [Runs](/features/runs.md) when they are created from Procedures. Fields can be named, reordered and set as required or optional. See the [Fields](/features/procedures/steps/fields.md) page for a full list of data types that can be collected.

![Field editing interface](/files/3QtgY2hqiwvgzwni17Cr)

## Assets

Assets are miscellaneous files that can be added for reference in a step.&#x20;

{% hint style="info" %}
Pictures inserted into step content are automatically added to assets
{% endhint %}

![Assets list for step](/files/XjK9bqQiGdhxzEVywEfE)


---

# 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:

```
GET https://manual.firstresonance.io/features/procedures/steps/content.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.
