> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/user-documentation/registration-and-personal-settings/the-startup-wizard.md).

# The Startup Wizard

<figure><img src="/files/72Jm1QOaQ0iIZKH3DNxw" alt=""><figcaption></figcaption></figure>

This lesson will walk you through the Startup Wizard that is displayed when you first log on to AgileCase. The Wizard allows you to enter some basic information and invite users to the system so you can hit the ground running and begin opening cases as soon as you are registered.

{% stepper %}
{% step %}

## The Startup Wizard

The first message you will be presented with is a welcome to AgileCase. To proceed with the wizard, click the "About Your Company" button.
{% endstep %}

{% step %}

## Company Information

<figure><img src="/files/eKOdqXNFY00P3aLeJ7CG" alt=""><figcaption></figcaption></figure>

The next page allows you to enter some basic information about your company. You can add a company name and select the country that your company is based in, this allows the system to set timezones and other localization settings such as currency and some vocabulary options.

You can also invite your team to AgileCase by entering their email addresses in the text box. This allows for quick migration on to AgileCase.

Once you have finished click either "About Your Work" to continue with the wizard or "Exit this Wizard" to close the window and begin using AgileCase.
{% endstep %}

{% step %}

## Work Information

<figure><img src="/files/B4SRbDOCKObPthqVbZZj" alt=""><figcaption></figcaption></figure>

The work information page allows you to select an example tailored towards your industry that can be tweaked to suit the specific requirements of your business.

Currently we only offer a template for law firms, but more templates, aimed at a variety of industries, will be made available in the near future.

Once you have selected your template, Click "Lets Go!" to progress to the final page of the wizard.
{% endstep %}

{% step %}

## Get Started

<figure><img src="/files/B2KBm0Cho4gHAXxLT8S6" alt=""><figcaption></figcaption></figure>

You are now ready to start using AgileCase. If you have any queries you can contact us using the "get in touch" link on this page or by consulting the rest of this documentation.

Now, just click "Close this window" to exit the wizard and take control of your AgileCase system.
{% endstep %}
{% endstepper %}


---

# 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.agilecase.com/user-documentation/registration-and-personal-settings/the-startup-wizard.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.
