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

# Create Your Organisation

Your organisation is the central workspace for your company. It contains your users, assets, inspections, reports, and settings. Everything your team creates in Emory Pro belongs to this organisation

### What you will need![](/files/v7M5CxfNKHwyd6ndEZ2h)

Before you begin, prepare:

* Company name
* Company logo
* Primary contact name
* Primary contact email address
* Default language for your organisation

For the logo, use a PNG or JPEG file where possible. Recommended size: **460 × 200 px**.

### Create your account

Go to [Webapp.Signup](https://www.webapp.emory.pro/login) and create your Emory Pro account.

Enter your organisation name and email address. After signing up, you will receive a confirmation email. Open the email, click the verification link, and log in to Emory Pro for the first time.

If your organisation is joining Emory Pro through an enterprise setup, your Emory Pro account manager may create the organisation for you. In that case, you will receive an administrator invitation by email. Open the invitation link, set your credentials, and log in to the platform.

### Complete your organisation details

Once you are logged in, go to **Settings →** [Organisation](https://www.webapp.emory.pro/dashboard/org/core/company-details)

Complete the main organisation details:

#### Organisation Name

Enter your company name as it should appear across Emory Pro, including the web platform, mobile app, and inspection reports.

#### Logo

Upload your company logo.

Your logo may appear in the mobile app header, Inspection Reports, and Handover Reports. For best results, use a high-resolution PNG or JPEG file. A transparent background is recommended where possible.

#### Default language

Select the default language for your organisation.

This language is used across the web platform and mobile app unless a user selects their own preferred language in their profile.

Emory Pro currently supports:

* English
* German
* Spanish
* Polish
* Portuguese

#### Primary contact

Enter the name and email address of the main contact person for your organisation.

This contact may be used for account communication, support, and important setup-related updates.

### What happens next

Your organisation workspace is now ready.

You can now continue with the next setup step: **Set Up Asset Types**.


---

# 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.emory.pro/getting-started/create-your-organisation.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.
