> For the complete documentation index, see [llms.txt](https://learning.seoki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learning.seoki.com/english/working-with-seoki/my-projects.md).

# My Projects

Under **My Projects**, you can see which articles you have initiated in the past and the most important details about your projects.

<figure><img src="/files/xpfAOcK3CRD55LgldeVp" alt=""><figcaption><p>Keep track of your projects.</p></figcaption></figure>

The following information is available in the overview:

* **Created:** The date when you started the article generation. Your newest project is at the top.
* **Project Name:** The project name you assigned. If you didn't assign a name, this field will be blank.
* **Status:** Here you can see whether the article generation is still in progress or has already been completed.
* **Count:** The number of individual articles generated.
* **Site:** If you manage multiple sites through SEOKI, you can see here for which URL you initiated the article generation.
* **Hints:** If something went wrong, you find it here.


---

# 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://learning.seoki.com/english/working-with-seoki/my-projects.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.
