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

# GUILD PORTAL

- [Tech Fleet Operations](https://guide.techfleet.org/guild-portal/tech-fleet-operations.md)
- [Tech Fleet Operations Workbook](https://guide.techfleet.org/guild-portal/tech-fleet-operations/tech-fleet-operations-workbook.md)
- [Governance](https://guide.techfleet.org/guild-portal/tech-fleet-operations/governance.md)
- [Board of Directors](https://guide.techfleet.org/guild-portal/tech-fleet-operations/board-of-directors.md)
- [Guild Directory](https://guide.techfleet.org/guild-portal/guild-directory.md): This section covers the active guilds in Tech Fleet and information about them.
- [Growth and Development Guild](https://guide.techfleet.org/guild-portal/guild-directory/growth-and-development-guild.md): A team focused on building support structures for shadowers, apprentices, and leads in the community programs.
- [Infrastructure Guild](https://guide.techfleet.org/guild-portal/guild-directory/infrastructure-guild.md)
- [Leadership Guild](https://guide.techfleet.org/guild-portal/guild-directory/leadership-guild.md)
- [Product Team Guild](https://guide.techfleet.org/guild-portal/guild-directory/product-team-guild.md)
- [Project Coordinator Guild](https://guide.techfleet.org/guild-portal/guild-directory/project-coordinator-guild.md)
- [Video Production Guild](https://guide.techfleet.org/guild-portal/guild-directory/video-production-guild.md)
- [Guild Handbook](https://guide.techfleet.org/guild-portal/guild-handbook.md)
- [Creating Change in Tech Fleet](https://guide.techfleet.org/guild-portal/guild-handbook/creating-change-in-tech-fleet.md)
- [Code of Conduct for Guilds](https://guide.techfleet.org/guild-portal/guild-handbook/code-of-conduct-for-guilds.md): All community members of Tech Fleet must read and abide by all of Tech Fleet's policies before engaging in the community.
- [Guilds in Tech Fleet](https://guide.techfleet.org/guild-portal/guild-handbook/guilds-in-tech-fleet.md)
- [Creating a new Guild](https://guide.techfleet.org/guild-portal/guild-handbook/creating-a-new-guild.md): Creating a new guild requires several steps
- [Operating a Guild](https://guide.techfleet.org/guild-portal/guild-handbook/operating-a-guild.md)
- [Guild Bylaws Template](https://guide.techfleet.org/guild-portal/guild-handbook/guild-bylaws-template.md): This is a template you can use to document your Guild Bylaws


---

# 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://guide.techfleet.org/guild-portal.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.
