# Welcome to Writier

This is a **long-term project** and we are planning to improve the quality of the generated text over time. We're currently working on Version 1.1 of Writier and we're looking to include a lot of great features.&#x20;

We've already asked our users about their favorite writing features and we're working to incorporate them.

Don't hesitate to [contact us](https://docs.writier.io/get-in-touch/contact), we'd love to hear from you 👋

## To get started using Writier, check out these links:

{% content-ref url="broken-reference" %}
[Broken link](https://docs.writier.io/broken-reference)
{% endcontent-ref %}

{% content-ref url="introduction/key-concepts" %}
[key-concepts](https://docs.writier.io/introduction/key-concepts)
{% endcontent-ref %}

{% content-ref url="introduction/long-form-editor" %}
[long-form-editor](https://docs.writier.io/introduction/long-form-editor)
{% endcontent-ref %}

{% content-ref url="engines/ai-engine" %}
[ai-engine](https://docs.writier.io/engines/ai-engine)
{% endcontent-ref %}

{% content-ref url="engines/filter-engine" %}
[filter-engine](https://docs.writier.io/engines/filter-engine)
{% endcontent-ref %}


---

# 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.writier.io/master.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.
