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

# Admin Guide

- [Organization](https://docs.labii.com/admin-guide/organization.md): A centralized hub for administrators to customize and manage their account's configuration.
- [Backups](https://docs.labii.com/admin-guide/backups.md): Secure and restore your data with full system backups.
- [Personnel](https://docs.labii.com/admin-guide/personnel.md): Update and manage Labii access of your team members
- [Certifications](https://docs.labii.com/admin-guide/certifications.md): Certifications validate users' abilities to perform specific tasks, granting authorization for designated workflows; without them, users may be restricted from undertaking certain actions.
- [Teams](https://docs.labii.com/admin-guide/teams.md): Manage teams
- [Projects](https://docs.labii.com/admin-guide/projects.md): Mange projects and permissions
- [Members](https://docs.labii.com/admin-guide/projects/members.md): Manage the permissions of a project
- [Applications](https://docs.labii.com/admin-guide/applications.md): How to use Labii ELN & LIMS
- [Tables](https://docs.labii.com/admin-guide/tables.md): Change table settings to meet your requirement
- [Columns](https://docs.labii.com/admin-guide/tables/columns.md): Manage and create columns
- [Sections](https://docs.labii.com/admin-guide/tables/sections.md): Default sections of a table.
- [Filters](https://docs.labii.com/admin-guide/tables/filters.md): Labii ELN & LIMS allows users to create filters for any table within the platform.
- [Workflows](https://docs.labii.com/admin-guide/workflows.md): Configure workflow and steps
- [Widgets](https://docs.labii.com/admin-guide/widgets.md): Manage Widgets and Explore Widget Store
- [Subscriptions](https://docs.labii.com/admin-guide/subscriptions.md): Labii plan type
- [Credits](https://docs.labii.com/admin-guide/credits.md): Labii credits
- [Invoices](https://docs.labii.com/admin-guide/invoices.md): Commercial document(s) issued by Labii
- [Single Sign On](https://docs.labii.com/admin-guide/single-sign-on.md): Authenticate users with SSO
- [Google G Suite](https://docs.labii.com/admin-guide/single-sign-on/google-g-suite.md)
- [Okta](https://docs.labii.com/admin-guide/single-sign-on/okta.md)
- [OneLogin](https://docs.labii.com/admin-guide/single-sign-on/onelogin.md)
- [Microsoft Azure](https://docs.labii.com/admin-guide/single-sign-on/microsoft-azure.md)
- [API Keys](https://docs.labii.com/admin-guide/api-keys.md): API Key is a code or token that is used to authenticate and control access to an API


---

# 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.labii.com/admin-guide.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.
