# Export documents

When you are ready to show your content to the world, you have two ways:

* Download document as HTML
* Share the document publicly in read-only mode

### Download document as HTML

When you are in the editor, click on the **Download (HTML)** icon and you will get the formatted version of the text you’ve written.

<figure><img src="/files/WgGKUSKltKQlF5TjGC5X" 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.neuraltext.com/feature-guides/content-briefs-and-serp-analysis/export-documents.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.
