# Edit document content

Wonderly Docs support rich text editing so you can write, format, and structure your content without leaving the platform. You can format text after writing it, apply formatting as you type using markdown-style shortcuts, and rearrange content blocks by dragging them into place.

### Steps

1. Open the Wonderly Doc you'd like to edit.
2. To format text, select it and use the toolbar that appears above your selection, or use keyboard shortcuts:
3. Bold: Cmd/Ctrl + B
4. Italic: Cmd/Ctrl + I
5. Underline: Cmd/Ctrl + U

**To format your content as you type. Some common examples:**

1. `#` for Heading 1, `##` for Heading 2, `###` for Heading 3.
2. `-` or `*` followed by a space for a bulleted list.
3. `1.` followed by a space for a numbered list.
4. `[]` followed by a space for a checklist item.
5. ` ``` ` for a code block.
6. `**text**` for bold, `*text*` for italic.
7. **To reorder content blocks**, hover over a block until you see the drag handle on its left, then click and drag it to the desired position.
8. **To indent or outdent list items**, use Tab and Shift+Tab respectively.
9. Click on the document title at the top to rename it at any time.

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

**FAQ**

**Does Wonderly save my document automatically?** Yes, document updates are saved automatically.

**Can I attach images or files to a document?** Yes, you can add images in Wonderly Docs by copying and pasting the file.

**Can I use a document inside a project?** Yes, you can create nested documents inside a parent document.


---

# 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/edit-document-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.
