# How to Use Documents

There are three ways to use documents in NeuralText:

* Blank document: a blank slate where you can use AI assistant freely
* SERP Analysis: if you need to research deeply about a topic, NeuralText will analyze the top search results for a given keyword (or up to 3 keywords) and returns an SEO content brief.
* AI Article Generator (coming soon): Automatically create an SEO-optimized article with the click of a button, leveraging the Neuraltext algorithm to retrieve meaningful information from a SERP.

### Basic document

Basic documents are meant to be a blank slate where you can unleash your creativity in a quick way. It is useful if you don't need additional data from the SERP.

To create a basic document, go to [Documents](https://app.neuraltext.com/documents) and Click on **Create Document** button:

<figure><img src="/files/dGMf6MNrvgvaO1gdaBZO" alt=""><figcaption></figcaption></figure>

Then select **Blank document.**

You will be redirected to a blank editor where you can use the AI Writing Assistant. To use it, simply press **Tab** button to trigger the autocompletion and **Enter** to accept the suggestion, otherwise **Esc** to discard it.

Besides autocompletion, you can leverage the power of Neuraltext's AI by selecting a piece of text and decide whether you want it to be ***Expanded, Shortened, Rephrased, Summarized, Simplified or Grammar Fixed.***

<figure><img src="/files/Kfkd2Pq9GB0JVCPWYe91" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Creating a basic document is free of charge.
{% endhint %}

### SERP Analysis (Document with SEO data)

To create a basic document, go to [Documents](https://app.neuraltext.com/documents), click on **Create Document** button and select **SERP Analysis**:

NeuralText lets you analyze the internet's best content to create curated SEO content in just a minute.

It's like you could read all the top 20 results on Google search simultaneously, understanding the topics, outlines, passages, questions - and more - with a click.

You can select up to 3 keywords to analyze for an SEO Content Brief, and you will be provided with intersections and similiraties across the 3 SERPs.&#x20;

<figure><img src="/files/jr0ILKYJtUaXAjXwjMwg" alt=""><figcaption></figcaption></figure>

1. Click on Create Document button
2. Insert a title for your document
3. Insert the keywords (up to three) you want to analyze
4. Select the language
5. Select the location
6. Select the search engine
7. Tick the checkbox if you want to include related keywords (this will include a keyword discovery straight into the SEO Brief)
8. Click Create

After approximately 30-45 seconds, your document with SEO data will be ready.

{% hint style="info" %}
👉 **Do you know?** NeuralText is able to simulate a Google Search from any part of the world. This is particularly useful when you work in **Local SEO**.

To localize a search just type your preferred location and select it from the dropdown.
{% endhint %}

![](/files/3tirXtDBeLQgZhi7O0Fp)

**How to choose a good search query to analyze**

You need to pick a keyword that is neither too broad nor too specific. Too specific queries might return poor results, while broad search terms may lead to irrelevant results.

**Good queries**

* ways to eat potatoes
* best audience research methods
* can a canadian buy a house in usa

**Bad search queries**

* marketing
* ai
* how to make pizza site:allrecipes.com


---

# 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/how-to-use-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.
