> For the complete documentation index, see [llms.txt](https://annamarieswan.gitbook.io/ecological-organisations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://annamarieswan.gitbook.io/ecological-organisations/new-to-a-gitbook-start-here....md).

# 👋 New to a Gitbook? Start here...

This ecological organisations guidebook is hosted on a free version of Gitbook. Thank you, Gitbook!\
\
If you're new to Gitbook, it's helpful to note that:

1. **Each area has a main page, which is in capital letters.** There is information on each of these main pages.
2. You can **click on images to enlarge them**.
3. **Most of these main pages then have sub-pages, where you'll find more information split into smaller, manageable section.** You can see that a page has a subpage when there is an arrow to the right-hand side of the page title in the menu.

{% hint style="success" %} <mark style="color:$info;">Click on the right-hand arrows to see the sub-pages and then click on the sub-page headings in the menu.</mark>&#x20;

<mark style="color:$info;">Another way of opening the sub-pages is to click directly on the heading in the menu.</mark>
{% endhint %}

**Note:** You can also navigate to the pages directly before and after each page and sub-page by clicking on the boxes at the bottom of each page. Like this one below ⇣


---

# 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://annamarieswan.gitbook.io/ecological-organisations/new-to-a-gitbook-start-here....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.
