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

# Welcome to SESAR documentation

SESAR is a community platform for managing and archiving metadata about scientific material samples, and for finding information about samples around the world.

This site is the practical half: how to register samples, what every metadata field means, which terms are allowed in which field, and how to do all of it programmatically. For who we are, how we're funded, and what we're for, see [geosamples.org](https://www.geosamples.org).

### New here?

**Register your first sample** — the ten-minute version, start to finish.

### Know what you need?

| Section                             | What's in it                                         |
| ----------------------------------- | ---------------------------------------------------- |
| **For Researchers**                 | Register, manage, and cite your samples.             |
| **For Institutions & Repositories** | Onboard a collection and map your metadata.          |
| **Metadata Schema**                 | Every field, what it means, what's required.         |
| **Vocabularies**                    | Controlled term lists, and how to request additions. |
| **API**                             | Register and retrieve metadata programmatically.     |

### Not sure?

**Find your path** sorts you by what you're trying to do.


---

# 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.geosamples.org/readme.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.
