# How-To Guides

**Table of Contents**

* **MY COMMUNITIES**
  * [Create Church Community](/how-to-guides/my-communities/create-church-community.md)
  * [Delete Church](/how-to-guides/my-communities/delete-church.md)
  * **MEMBERS**
    * [View Members](/how-to-guides/members/view-members.md)
    * Add New Member
    * Change Member Role
    * Change Member Status
    * Remove Member
  * **PRAYERS**
    * [View Prayers](/how-to-guides/prayers/view-prayers.md)
    * Create New Prayer
    * Update Prayer
    * Change Prayer Status
    * Delete Prayer
  * **EVENTS**
    * [View Events](/how-to-guides/events/view-events.md)
    * Create New Event
    * Update Event
    * Change Event Status
    * Delete Event
* **MY CHANNEL (Publishing My Content)**
  * [Create Channel](/how-to-guides/my-channel/create-channel.md)
  * Edit My Channel
  * Deleting My Channel
  * **VIDEOS**
    * [Create Video](/how-to-guides/videos/create-new-video.md)
    * Edit Video
    * Delete Video
  * PODCASTS


---

# 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://docs.atchurch.app/how-to-guides/how-to-guides.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.
