> For the complete documentation index, see [llms.txt](https://docs.simplio3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplio3d.com/getting-started/create-an-account.md).

# Create an account

Simplio3D comes with 3 account types: **Starter**, **Pro** and **Enterprise** (the custom version). For a new user, this might get a little difficult in terms of deciding which type of account is the best fit. It really depends on the requirements, how many configurators you plan to build, how many 3D assets you estimate to manage, what kind of options and prices your products have? **These might be difficult questions to answer, so if you don't know which option is best, you can always select the Starter plan** or [**contact us**](https://www.simplio3d.com/contact-us/) directly for a tal&#x6B;**.** <br>

The **Starter** plan includes almost all the standard features that the platform can offer, the best option to test the power of Simplio3D. The **Pro** plan allows you to work with more 3d assets, configurators and have dedicated support. **Please note that you can cancel, upgrade or downgrade your account at any time without any obligation.**<br>

But Simplio3D doesn't end with the **Starter & Pro** plans, the platform can be much more than that by expanding its capability through a custom version in the **Enterprise** plan. This option is a great fit for users that want to scale their 3d configurators and want more flexibility from the platform. Using the platform, we can easily customize the front-end, add inventory and bill of materials and integrate with internal systems at an advantageous cost and fast delivery time.<br>

Do not hesitate to [contact us](https://www.simplio3d.com/contact-us/) for any question you have and let us help you make the best decision in choosing the right subscription plan.


---

# 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.simplio3d.com/getting-started/create-an-account.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.
