> For the complete documentation index, see [llms.txt](https://ict.ipbes.net/user-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ict.ipbes.net/user-documentation/forms/meeting-registration.md).

# Meeting registration

### Get meeting registration link

Check your email to find the meeting registration link for example [https://ipbes.net/register-nexus-scoping ](<https://ipbes.net/register-nexus-scoping >)

### Register for the meeting

{% hint style="info" %}
&#x20;You need to be logged in to register for a meeting. See here for more details on how to register and log in to your account: <https://docs.ipbes.net/account/account>&#x20;
{% endhint %}

Scroll down to view the meeting registration form.

![](/files/-M3e_4MW6hDeGDpdJ0x-)

{% hint style="info" %}
If you are registering on behalf of someone,  please make sure you indicate this in the question " Are you applying on behalf of someone"
{% endhint %}

Please complete all the mandatory fields of the registration form and click on **Submit** at the bottom of the page.

![Submit meeting registration form](/files/-M3e_SQIYgmWk4gEkXhr)

If your registration form has been submitted successfully you will receive an automatic confirmation from the secretariat. If you don’t receive confirmation of registration please contact secretariat at <ipbes.registration@ipbes.net> and cc <secretariat@ipbes.net>


---

# 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://ict.ipbes.net/user-documentation/forms/meeting-registration.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.
