> For the complete documentation index, see [llms.txt](https://cenit-finance-1.gitbook.io/generic-simulation-tool-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cenit-finance-1.gitbook.io/generic-simulation-tool-docs/advanced-editor/introduction/converting-from-the-basic-editor.md).

# Converting from the Basic editor

When creating a simulation, it is recommended to start from the basic form and then convert it to advanced editor mode to save time. You can do this from the simulation editor. When converting to the advanced editor mode, all the vesting schedules, agents, and token flows included in the original simulation will be automatically included in the advanced editor setup, saving you a lot of work.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe0IuvlLv6YvKWa1wzoYNF3icMx2Bc8hluZRupSRc5wcdS4Jh1y9TuBHWHXO_0JeLuhemIg7J6ZhiI6AZ2K9uYZpl_34sJ_kEAUyzJuz2Qw9YhN9Hv4QVCWg8J0gA6DSZTBEiDUadKqzl-qa3dgpbwICTZO?key=gBdoBauPQRHBeCJCAQCSUw" alt=""><figcaption></figcaption></figure>

Here’s the recommended process: generate an approximation of the tokenomics you would like to have in terms of allocation, vesting, incentives and value propositions. Once you have reached a close approximation with the form-based setup or the Basic editor, convert it to the Advanced editor mode.

Keep in mind that while every basic configuration can be translated into the advanced mode, the advanced configuration cannot be reverted. In order to revert to the Basic mode, you will have to go back to the last simulation version that was saved from the Basic editor.<br>


---

# 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://cenit-finance-1.gitbook.io/generic-simulation-tool-docs/advanced-editor/introduction/converting-from-the-basic-editor.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.
