# Join a District

### **Join a District**

You can join a District by searching for it or using a direct link.

* **From a link** – If you have a District’s unique URL, open it and tap **Join**.
* **From search** – Go to [**district.net/discover**](https://district.net/discover) and enter the District’s name. Select it from the results, then tap **Join** on the homepage.

Once you join, the District will be added to your sidebar for quick access on both web and app. To manage notifications, visit your profile settings or check out our [Notification Settings Guide](/account/account-faqs/how-do-i-update-my-push-notification-settings.md).

### **Leave a District**

If you want to leave a District:

1. Go to the District’s homepage.
2. Tap the **three dots** next to the member count.
3. Select **Leave District**.

The District will be removed from your sidebar. You can always rejoin later.


---

# 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://help.district.net/buying-in-a-marketplace/getting-started/join-a-district.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.
