> For the complete documentation index, see [llms.txt](https://docs.arlye.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arlye.ai/guides/how-to-start-writing-with-arlyeai.md).

# How to Start Writing with ArlyeAI?

## <mark style="background-color:green;">STEP 1:</mark> Register your 60 days  👉[free trial account](https://arlye.ai/register)

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

## <mark style="background-color:green;">STEP 2:</mark> You have to get free 👉[OpenAI API key](https://beta.openai.com/signup).

Here is detailed instruction how to get API key and connect to ArlyeAI. You will get **18$ free** credits which is equal to **720 000** AI generated words.&#x20;

{% embed url="<https://docs.arlye.ai/guides/how-to-get-openai-api-key-to-start-writing-with-arlyeai>" %}
Click to read instruction
{% endembed %}

Or watch following video demo:

{% embed url="<https://demo.arcade.software/mXrR467cdZDE0KFBP9hB>" %}

## <mark style="background-color:green;">STEP 3:</mark> Open  👉[ArlyeAI writer](https://arlye.ai/user/templates)

Choose template or create own. Customize task for AI and click "Arlye, Write!"

<figure><img src="/files/0RLzLyBJJKSrHvyUgSA7" alt=""><figcaption></figcaption></figure>

## <mark style="background-color:green;">STEP 4:</mark> Copy your result or translate it

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

## <mark style="background-color:green;">STEP 5:</mark> Save your document

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.arlye.ai/guides/how-to-start-writing-with-arlyeai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
