> 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/register-your-first-sample.md).

# Register your first sample

The shortest path from no account to one registered sample with a persistent identifier.

### What you'll need

* An [ORCiD](https://orcid.org/) — free, takes a few minutes if you don't have one
* One sample, and at minimum its type and a name for it

### The path

{% stepper %}
{% step %}

### Get an ORCiD

Register at [orcid.org](https://orcid.org/) if you don't have one. SESAR accounts are tied to your ORCiD so your samples stay connected to you across institutions and career stages.
{% endstep %}

{% step %}

### Log in to MySESAR

Use your ORCiD credentials at [MySESAR](https://app.geosamples.org/) and complete your profile.
{% endstep %}

{% step %}

### Create a SESAR Code

This is your namespace — it identifies you as the registrant and forms part of every IGSN ID you mint. Codes look like `IEXXX0001`.

It's worth thirty seconds of thought: see **Choose a SESAR Code**.
{% endstep %}

{% step %}

### Register the sample

Use the individual registration form. You'll need Object Type and Sample Name at minimum, but the more you add, the more findable your sample becomes.
{% endstep %}

{% step %}

### You have an IGSN ID

Your sample now has a globally unique, persistent identifier and a public page that will keep resolving. Put it on the label.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Pending — Fall 2026.** Screenshots and the exact registration form walkthrough.
{% endhint %}

### What next

* **More than a few samples?** **Batch registration** is faster and gets your metadata a curator's review.
* **Going into the field?** **Pre-register before fieldwork** so labels are ready before you collect.
* **Publishing?** **Cite IGSN IDs in publications** so readers can find your sample.


---

# 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/register-your-first-sample.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.
