> For the complete documentation index, see [llms.txt](https://wiki.greatcollaboration.uk/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.greatcollaboration.uk/knowledgebase/introduction-to-the-great-collaboration/how-to-use-this-site.md).

# How to use this site

This site is designed to support community climate action by providing a centralized repository of knowledge, tools, and resources. Whether you are new to climate action or a seasoned advocate, this guide will help you make the most of our platform.

***

**Navigating the Site**

1. Search the Knowledgebase
   1. Use the search bar (top of the menu bar, to your left) to find specific articles or resources
   2. You can search using keywords, phrases, or questions
2. Explore by Topic
   1. The menu bar to the left is arranged according to our Taxonomy (see [here ](https://wiki.greatcollaboration.uk/knowledgebase/taxonomy)for full details)
   2. Once past the "Most Frequently Sought topics" listing, the menus are in alphabetical order
3. Use the "MostFrequently Sought" menu to jump to key categories such as:
   * Climate Action Planning
   * Community Engagement
   * Renewable Energy
   * Waste Reduction
   * Each category is further broken down into subtopics for easier navigation
4. Discover Related Content:
   1. At the bottom of every article, you’ll find links to related topics and resources to expand your understanding.
5. Interactive Tools:
   1. Look for tools like calculators, templates, and action planners in relevant sections
   2. [Mapping ](https://wiki.greatcollaboration.uk/knowledgebase/introduction-to-the-great-collaboration/how-to-use-this-site/mapping)- for guidance in using the mapping facilities, click on the link

***

**Using the Content**

1. Reading Articles
2. * Articles are structured with clear headings and summaries for quick reading.
   * Key takeaways and actionable tips are highlighted at the end of each article.
3. Accessing Resources
4. * Many pages include downloadable materials such as guides, templates, or presentations.
   * External links provide direct access to authoritative sources.
5. Contributing Your Knowledge
6. * We encourage community members to contribute! Use the "Contribute" link in the menu to submit your knowledge or suggest updates to existing content.

***

**Engaging with the Community**

1. Discussion Forums
2. * Join discussions or ask questions in our forums, accessible via the community hub.
   * Share your experiences and learn from others.
3. Events Calendar
4. * Check out upcoming climate action events and webinars listed on the calendar page.
5. Contact Experts
6. * Reach out to topic experts listed in the "Community of Practice" section for guidance.

***

**Tips for Effective Use**

1. Bookmark pages or sections that are particularly relevant to your work.
2. Use tags and filters to customize your view of the content.
3. Take notes using our "My Projects" feature (if available) to keep track of actionable insights.
4. Set aside time to review updates and new additions to the knowledgebase regularly.

***

#### Structuring the Site

To ensure the site is intuitive and effective, consider the following structure:

**Top-Level Categories**

* Introduction to Climate Action
* * Basics of climate change and community action.
* Key Action Areas
* * Energy, Transport, Food, Waste, Biodiversity, etc.
* Guides and Tools
* * Step-by-step guides, templates, and calculators.
* Case Studies
* * Examples of successful community initiatives.
* Resources
* * Links to reports, websites, and policy documents.
* Community Hub
* * Forums, events calendar, and expert contact directory.

**Subcategories**

* Each key action area should have consistent subcategories:
* * Overview
  * Strategies and Best Practices
  * Tools and Resources
  * Case Studies

**Site Features**

* Search and Filter Tools: Advanced options for finding content by tags, topics, or keywords.
* Interactive Tools: Integrated tools for planning and assessment.
* Personalized Dashboard: Allow users to save content or create action plans.
* Feedback Mechanisms: Enable users to provide feedback on articles or suggest improvements.


---

# 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://wiki.greatcollaboration.uk/knowledgebase/introduction-to-the-great-collaboration/how-to-use-this-site.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.
