> For the complete documentation index, see [llms.txt](https://docs.townhallgov.com/townhall/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.townhallgov.com/townhall/using-townhall/tl-dr.md).

# TL;DR

&#x20;

<figure><img src="/files/kINSg8X8Ceul7vTSb8yI" alt="" width="249"><figcaption></figcaption></figure>

<details>

<summary>Step1: Creating your House</summary>

* If your House exists on townhall dashboard : [Claim your House](/townhall/product-guides/houses/claim-your-house.md)
* Create a New House by clicking on  <img src="/files/JQyDtDCspuRuatjo14pD" alt="" data-size="line"> button in the left sidebar&#x20;
* Check out detailed steps [here](/townhall/product-guides/houses/create-a-house.md)

</details>

<details>

<summary>Step 2: Inviting your team</summary>

* Invite your teammates to townhall by sharing a custom message from [Invite ](/townhall/product-guides/invite.md)Tab on your left sidebar.
* Share link to your House and add members as admins

</details>

<details>

<summary>Step 3: Making your first proposal</summary>

* Navigate to your house of Choice
* Open the Proposal Listing View by clicking on Proposal Tab on left Sidebar
* Click on Create Proposal

Check out detailed documentation [here](/townhall/product-guides/proposals/create-a-proposal.md)

</details>

<details>

<summary>Step 4: Start a Discussion</summary>

* Navigate to your House of Choice
* Open the Discussion Listing View by clicking on Discussion Tab on left Sidebar
* Click on New Post

You can also link discussions to proposals. Check detailed documentation [here.](/townhall/product-guides/discussions.md)

</details>


---

# 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.townhallgov.com/townhall/using-townhall/tl-dr.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.
