> 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.md).

# FAQ

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

If you asked the AI Agent in chat to add Items and received a "Task complete" message but can't see the result, the AI may have been unable to figure out the exact connections between Items, so the new Items may have ended up classified as unlinked.

You can check the unlinked Items list at the bottom of the directory View and either drag and drop them to the location you want or delete them. (See the [guide on unlinked Items](/en/plan/features/directory-view.md#id-3).)

If you don't see them in the list either, try refreshing the page or sending the request again.

### 2. I'm getting an error while using the AI.

\[When the chat is unavailable 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](https://forum.manyfast.io/) or at <contact@manyfast.io>.

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

1. If you're on the STARTER plan, your credits will be replenished the next day.
2. If you're on the PRO plan or above, your credits will be replenished on the next billing cycle.
   1. You can also add credits immediately by upgrading your plan. (See the [Plan billing](/en/start/plan.md#undefined) guide.)

### 3. How do I change the theme or language?

You can change them in the left sidebar from your profile menu at the bottom > Settings icon > General. Language can be set to Korean or English, and the theme can be Light, Dark, or System. For more details, see the [Profile and theme settings](/en/start/set-up-1.md) guide.

### 4. How do I connect MCP?

You can find the connection instructions in the left sidebar under "Admin" > "MCP / API keys". For more details, see the [Connecting MCP](/en/use/mcp.md) guide.

{% hint style="info" %}
The MCP connection feature is available only on the PRO plan or higher.
{% endhint %}

### 5. Can I edit Manyfast data from an external development tool?

Currently, only read access is supported — direct edits through external tools aren't available. To edit your data, please use the Manyfast Editor.

### 6. How do I cancel my plan?

In the left sidebar, go to "Plan and billing", select the free (STARTER) plan, and click the \[Downgrade plan] button to cancel your subscription. Plan changes can only be made from an account with the group owner role. For more details, see the [Plan billing and changes](/en/start/plan.md#undefined-6) guide.


---

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