> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/mobile-app/android-outsmart-next/module-overviews/settings/profiles-and-license-plan.md).

# Profiles and license plan

View your user profile, company details, and current license plan.

## Profiles and license plan

Settings includes information about you, your company, and its subscription.

These screens are for viewing information managed by your company.

### User profile

Your profile shows your first name, last name, and employee number.

You can also open **Certificates**, switch administrations when available, or log out.

The active administration only appears when your account has multiple administrations.

### Company profile

The company profile shows the company logo, name, address, and contact details.

It can include the postcode, city, phone number, invoice email, website, and work order recipient.

Company details are view-only in the app.

### Current plan

Open **Current plan** to see your company’s OutSmart license plan.

### Find profile information

{% stepper %}
{% step %}

### Open Settings

Go to **Settings**.
{% endstep %}

{% step %}

### Select a screen

Open **User profile**, **Company profile**, or **Current plan**.
{% endstep %}

{% step %}

### Review the details

Check the information you need.

Contact your company if it needs updating.
{% endstep %}
{% endstepper %}

### Log out

Open your **User profile** and select **Log out**.

Confirm the action when prompted.

### Related pages

* [Certificates](/mobile-app/android-outsmart-next/module-overviews/settings/certificates.md)
* [Switching administrations](/mobile-app/android-outsmart-next/module-overviews/settings/switching-administrations.md)


---

# 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://knowledge.out-smart.com/mobile-app/android-outsmart-next/module-overviews/settings/profiles-and-license-plan.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.
