> For the complete documentation index, see [llms.txt](https://docs.manyfast.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manyfast.io/en/concept/undefined/help-ai.md).

# AI isn't working properly

This page explains common issues you may run into when using AI chat.

### I asked the AI to add Items, but I can't see the result.

You may have asked the AI Agent in chat to create Items (Requirement, Feature, Specification) and seen a "Task complete" message, only to find that the result doesn't appear.\
This happens when you ask the AI to generate the whole structure at once and it creates Items without fully working out the right connection points between them.\
\
If you can see them in the directory View, you can `Drag & Drop` each Item to the location you want, or delete them.

If you can't find them at all, you'll need to send the request again.

#### Pointing to a specific Item when you make a request gives you more accurate results.

<figure><img src="/files/qGxVyjnj8KspL94DBwHa" alt=""><figcaption><p>When you select an Item, the selected Item is shown at the top of the chat input.</p></figcaption></figure>

To avoid this kind of issue, select a specific Item before sending your request.\
The AI will reference that Item during generation and produce a more accurate result.

### I can't use the chat.

<figure><img src="/files/oauRaKOAZNJTm1R9Zl0m" alt=""><figcaption><p>The chat is disabled when an error occurs or when you've run out of credits.</p></figcaption></figure>

The chat appears like this when you've used up all your credits or when an error has occurred during AI operation.

When you've used up all your credits and can no longer use the chat

1. If you're on the START plan, your credits will be replenished the next day.
2. If you're on the PRO plan or above, your credits will be replenished the following month.
   1. You can add credits immediately by upgrading your plan or by purchasing additional credits. (\*The option to purchase additional credits is coming in a future update.)

When you have credits but can't use the chat due to an error

1. Refresh the Editor once and try the chat again.
2. Open a new chat thread and try again.
3. If the issue persists, please reach out via our community or the contact form.


---

# 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.manyfast.io/en/concept/undefined/help-ai.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.
