# Import from Markdown

1. Go to **More > Import** on the Web, then select **Markdown** to proceed.

<figure><img src="/files/iFlXCLufyQ1e6PJxns6c" alt="" width="341"><figcaption></figcaption></figure>

2. **Select Markdown files to import:** Select or drop the files into Me.bot.

{% hint style="info" %}
Free users can import files up to 10 MB, while Pro users can import up to 50 MB.
{% endhint %}

3. **Wait for the Import to Finish**

* The import process may take a few minutes. You can leave the screen or check back anytime.
* Once completed, you’ll find the imported content in your **Library.**

<figure><img src="/files/6UaiPgyoNkBJqgnn529Z" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.me.bot/zh/using-me.bot/data-and-integrations/import-from-markdown.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.
