# Operating a Guild

## Guild Bylaws

After you write your Guild Bylaws, work with the Infrastructure Team to post the [bylaws](/guild-portal/guild-handbook/guild-bylaws-template.md) in the Tech Fleet User Guide so that anyone looking to join your guild, or learn more, can see the details of it.&#x20;

## Guild Slack Channel

Work with the Infrastructure Guild to create a new Slack channel, and make sure it's private so that you can control the members of the guild.&#x20;

## Guild Backlog

Work with the Infrastructure Guild to copy a Notion space template and use for your guild's purposes. The Notion space template has a "Sprint Hub" page that lets you manage your own backlog and work in progress across the guild.

## Guild Meetings

The guild themselves should determine their cadence for meetings and identify whatever they need to carry out their mission.&#x20;


---

# Agent Instructions: 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:

```
GET https://guide.techfleet.org/guild-portal/guild-handbook/operating-a-guild.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
