> For the complete documentation index, see [llms.txt](https://docs.onto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onto.app/basics/data-management/what-are-seed-words.md).

# What are seed words？

**Seed words are** a form of private key. They were first proposed by BIP39 to help users remember complicated private key strings. Seed Words are typically a collection of 12, 15, 18, or 21 words. These words are all taken from a fixed collection, and the generation order is also based on an algorithm.

If anyone gets hold of your seed words, enters it into a wallet, and sets a password (they do not have to have your original password), they can enter your wallet and have full control over it, compromising your digital assets.

After creating your wallet, you must backup your seed words as you will only have that chance to back it up. After this your wallet will never display your mnemonic phrase, so make sure you back it up and keep it safe!


---

# 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.onto.app/basics/data-management/what-are-seed-words.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.
