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

# Custom Team Sites

Each team is set up with a unique learning circle landing page hosted on P2PU.org (*p2pu.org/your-team*) which includes an introduction to your learning circle program, a gallery of your facilitators, and a searchable list of your team's current and past learning circles. (See [Current Teams](https://www.p2pu.org/en/about/#teams) for site examples)

![P2PU Teams can edit their Name, Header image, About Us section, and Organizer information. ](/files/I3AbNwcrYHGyX6widskS)

All active learning circles happening across your team will automatically appear below the header.

![Three learning circles facilitated by three unique facilitators.](/files/EfAyFVpslYINSPBinkId)

### Editing Your Team Site

To change information on the Team page, organizers can visit the dashboard and click the "Edit Team Information" in the bottom right corner of the Team Management module. If you need to change the team name or URL, please email [support@p2pu.org](mailto:support%40p2pu.org).&#x20;

!["Edit team information" button](/files/CawtQHd53OfLpvBAQMfy)

![Example: Editing the Team Page](/files/fsaYuCYOSX85Xc5wKjCt)


---

# 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.p2pu.org/teams/team-sites.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.
