> For the complete documentation index, see [llms.txt](https://tmniche-docs.keywordrush.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tmniche-docs.keywordrush.com/v4/advanced-use/article-size.md).

# Article size

When creating a task, you can select the "Article size" setting:

* Large: 100%
* Medium: 70%
* Small: 50%

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

You can find the default word lengths for each article type (equivalent to Large 100%) on [this page](https://www.keywordrush.com/toomuchniche/pricing).

For example, if a "Large" Informational article contains 2200 words, then a "Small" article will have approximately 1100 words.

{% hint style="success" %}
A "Small" article will still be comprehensive, covering all essential content and sections, but may exclude additional details.
{% endhint %}

This approach allows for greater content variability on your site, improving search engine visibility.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://tmniche-docs.keywordrush.com/v4/advanced-use/article-size.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.
