# Make small edits

Here's how to make small edits to a post you're working on, without having to generate a new post:

* select the text you want to edit
* describe your desired edits (e.g. "make concise")
* hit Enter

This is particularly useful to update formatting and expand on ideas, such as:

* "remove asterisks"
* "convert to bullet point list"
* "expand idea into 2 paragraphs"

Blotato uses AI to make the small edits, so you can iterate quickly on your post.

<figure><img src="/files/KS9Y8hwYf5gfpmkbiVKr" 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://help.blotato.com/tips-and-tricks/make-small-edits.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.
