> For the complete documentation index, see [llms.txt](https://help.twise.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.twise.ai/content/best-practise-for-adding-content.md).

# Best practise for adding content

Your twise can learn from a website, through scraping, or through uploading of documents or even by transcribing an audio or video file.

The uploaded text will be converted into [knowledge cards ](/content/knowledge-cards.md)so you can edit and tweak as needed.

Having said that it is important to not overwhelm your twise with content as it will get harder and harder to control the answers.

### Start small and add more over time

First of all we recommend that you start small and expand from there. That means that instead of scraping a full website just add one page, or that you upload a single document first and then continue adding more.

Observe the knowledge cards that are being created once you upload a document so that you get a general idea about the learning process.


---

# 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://help.twise.ai/content/best-practise-for-adding-content.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.
