# Setup

**Startup Manager** has been designed to work out of the box, therefore you just need to import the package to get started:

1. Make sure you are using the latest release of **Unity 2019.4 or higher**.
2. Create a new project or open the project you want to use.
3. Import **Startup Manager** from the **Asset Store** or the **Package Manager**.

That's it! In case you encounter any problems during import or getting shown any error messages, please [contact us](/documentation/support-1/help.md).


---

# 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://ilumisoft.gitbook.io/documentation/tools/startup-manager/setup.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.
