# Using in-line commands

Inline commands let you add structure, media, tasks, and AI-generated content directly inside any Wonderly Doc. Press "**/"** anywhere in the document body to open the command menu, then select or type to filter the command you need.

### Text and structure commands

{% hint style="info" %}
**When to use:** When you want to organize your document with headings, lists, or visual separators.
{% endhint %}

1. Click into the document body and press "**/"**.
2. Select a command from the **Text & Structure** section of the menu.

{% embed url="<https://app.supademo.com/demo/cmoh9tafp2djoza2ibk8mxdz7>" %}

#### Available text & structure options

* **Heading 1** — Inserts a large top-level heading
* **Heading 2** — Inserts a medium second-level heading
* **Heading 3** — Inserts a smaller third-level heading
* **Numbered list** — Starts an ordered numbered list
* **Bulleted list** — Starts an unordered list
* **Check list** — Inserts a to-do checklist with checkboxes
* **Table** — Inserts a table for structured data
* **Blockquote** — Inserts an indented quote block
* **Divider** — Inserts a horizontal rule to separate sections
* **Code block** — Inserts a monospaced block for code formatting
* **Emoji** — Opens the emoji picker
* **Upload attachment** — Opens your device's file picker to attach a file

**FAQ**

**Can I search for a command instead of scrolling through the menu?** Yes. After pressing /, just start typing the command name, and the menu filters in real time.

**Can I delete an element I inserted by mistake?** Yes, click the element to select it and press Backspace or Delete.

**Is there a limit to how many attachments I can upload?** No, your document can have as much information as needed, and there’s no limit on how many attachments you can add.


---

# 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://www.wonderly.com/help/work-hub/document-overview/creating-and-editing/using-in-line-commands.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.
