> 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/auto-invite-and-auto-approve.md).

# Auto-invite and Auto-approve

To use automatic criteria to invite users to your channel, you should first ensure that **@curabot** is added as a moderator to your channel. We’ve made it easy by providing a one-click setup prompt in the 'auto invite' tab on your dashboard.

<figure><img src="/files/4hatX5KL9MrioYS8kJcX" alt=""><figcaption></figcaption></figure>

## Automatic Criteria Available

{% hint style="info" %}
When multiple criteria are set, we implicitly use an "OR" condition. This means the system will check if a follower meets **any** of the specified criteria, and if they match at least one, an auto invite will be sent.
{% endhint %}

**Followed By**\
Automatically invite users who are followed by other farcaster users, such as your channel’s moderators or reputable users. This helps bring relevant and connected members into your community.

**OpenRank Global user rankings (\~power badge)**\
Set a threshold for OpenRank global user rankings to automatically invite users who meet or exceed this rank. This helps ensure you're inviting influential or top users to your channel. Learn more about OpenRank global rankings [here](https://docs.openrank.com/integrations/farcaster/ranking-strategies-on-farcaster).

**Hypersub Subscription** \
Invite users subscribed to specific Hypersubs relevant to your channel.

**ERC-20 Token Holdings** \
Auto invite users holding certain ERC-20 tokens, perfect for building token-gated communities.

**ERC-721 Token Holdings**\
Invite users who own specific NFTs (ERC-721 tokens), allowing you to create exclusive channels for collectors.

## **How to setup automatic criteria?**&#x20;

In this example, we’ve configured "Followed By" and "OpenRank Global Rank" as the two criteria. Every 30 minutes, the system will check the followers of `/openrank` and identify any FIDs that meet **either** of these criteria. If a match is found, an invite will automatically be sent to that user.

<figure><img src="/files/8BoC5uZ0GNo8J3xyLBPv" alt="Openrank criteria for auto invites"><figcaption></figcaption></figure>

{% hint style="info" %}
You can also track the status of each run and view the FIDs that have been successfully invited!
{% endhint %}


---

# 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/auto-invite-and-auto-approve.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.
