> For the complete documentation index, see [llms.txt](https://cura-docs.openrank.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cura-docs.openrank.com/simplify-channel-management/approve-membership-requests.md).

# Approve Membership Requests

### What does cura do?

Cura frame allows users to request to join your Warpcast channel. You can review these requests in the "Pending Requests" module on the Cura web app. Requests are sorted by a user's OpenRank reputation score, making it easy to approve them with a single click. Users can also include a sentence explaining why they want to join the channel.&#x20;

### How to enable it?

Step 1: click on “**Share Join Frame**” button in Cura web app, this generates a cast with the frame link quoted in the cast

Step 2: edit the cast and cast in your channel. Then, users will be able to click on the frame to request to join

Step 3: pin the cast to the top of your channel. Alternatively in case you have another pinned cast, add the frame link <https://frame.openrank.com/api/channel/Your_Channel_ID_Here> as an external link to the channel description \
eg: frame link for /zora is `https://frame.openrank.com/api/channel/zora`

Examples of how it looks like:&#x20;

<figure><img src="/files/Xkpkmf28mxU5Fxp9d8EF" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/wFtI2r7v7PXLK0SyJ34K" alt=""><figcaption></figcaption></figure>

### Manage Incoming requests

If you are a moderator or the channel owner, you can head over to <https://cura.openrank.com> and sign in using your Farcaster to see all the pending requests for your channel.

View who has applied to join your channel through the [Cura frame](/simplify-channel-management/approve-membership-requests.md). You can accept or reject these requests. Once you accept a request, an invite is automatically sent on your behalf.

<figure><img src="/files/KCpKwwj7K7HlmJG37YoO" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
We also have a bot @curabot that will send you a direct cast everytime there is an incoming request, so you know when to come back to cura dashboard :)
{% endhint %}

{% embed url="<https://www.loom.com/share/3989965a845f45c58ac3c8b4cacdd518?sid=cdb58997-449a-4481-9c6a-be2d02017dcc>" %}


---

# 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://cura-docs.openrank.com/simplify-channel-management/approve-membership-requests.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.
