# API

- [Concepts](https://docs.labii.com/api/concepts.md): The Labii API is a REST API that provides programmatic access to the Labii platform.
- [How to get token from Labii ELN & LIMS](https://docs.labii.com/api/concepts/how-to-get-token-from-labii-eln-and-lims.md): Labii API Authentification.
- [How can I load Labii data from API into DataFrame](https://docs.labii.com/api/concepts/how-can-i-load-labii-data-from-api-into-dataframe.md): Use API to manipulate your research data
- [Methods](https://docs.labii.com/api/methods.md): Https methods
- [Authentication](https://docs.labii.com/api/methods/authentication.md): Authentication method of Labii API
- [Notification](https://docs.labii.com/api/methods/notification.md): Manage the system notifications
- [Organization](https://docs.labii.com/api/methods/organization.md): API for Organization object
- [Personnel](https://docs.labii.com/api/methods/personnel.md): API for Organization Member object
- [Team](https://docs.labii.com/api/methods/team.md): API for Team object
- [Organization Widget](https://docs.labii.com/api/methods/organization-widget.md): API for Organization Widget object
- [Statement](https://docs.labii.com/api/methods/statement.md): API for Statement object
- [Backup](https://docs.labii.com/api/methods/backup.md): API for Backup object
- [Project](https://docs.labii.com/api/methods/project.md): API for Project object
- [Member](https://docs.labii.com/api/methods/member.md): API for Project Member object
- [Table](https://docs.labii.com/api/methods/table.md): API for Table object
- [Column](https://docs.labii.com/api/methods/column.md): API for Column object
- [Filter](https://docs.labii.com/api/methods/filter.md): API for Filter object
- [Row](https://docs.labii.com/api/methods/row.md): API for Row object
- [Cell](https://docs.labii.com/api/methods/cell.md): API for Cell object
- [Section](https://docs.labii.com/api/methods/section.md): API for Section object
- [Activity](https://docs.labii.com/api/methods/trail.md): API for audit trails
- [Version](https://docs.labii.com/api/methods/version.md): API for Version object
- [Visitor](https://docs.labii.com/api/methods/visitor.md): Display the visitors of a record
- [Workflow](https://docs.labii.com/api/methods/workflow.md): API for workflow
- [Step](https://docs.labii.com/api/methods/step.md): Step API
- [Widget](https://docs.labii.com/api/methods/widget.md): API for Widget object
- [Variables](https://docs.labii.com/api/variables.md): Use variables as dynamic placeholders to substitute specific values within parameters
- [SDK](https://docs.labii.com/api/sdk.md): Software development kit
- [API Client (python)](https://docs.labii.com/api/sdk/api-client-python.md): Labii API Client for python
- [API Client (javascript)](https://docs.labii.com/api/sdk/api-client-javascript.md): Labii API Client for javascript
- [SDK (python)](https://docs.labii.com/api/sdk/sdk-python.md): Labii SDK
- [SDK (javascript)](https://docs.labii.com/api/sdk/sdk-javascript.md)
- [Examples](https://docs.labii.com/api/sdk/examples.md): Examples to use the SDK


---

# 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://docs.labii.com/api.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.
