> For the complete documentation index, see [llms.txt](https://docs.claimr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.claimr.io/codes/invite-codes.md).

# Invite codes

## Create invite codes

1. **Access your campaign:** \
   From your claimr main panel, click <mark style="color:green;">**Campaigns**</mark> on the header menu and select the desired campaign.
2. **Navigate to events:** \
   In the campaign header menu, click on the <mark style="color:green;">**Events**</mark> tab.
3. **Open invite codes tab:** \
   Select <mark style="color:green;">**Invite Code**</mark> as the event type to open the invite codes tab.
4. **Click Create:** \
   Click the <mark style="color:green;">**Create**</mark> button in the upper left corner. A new tab will open for creating invite codes.

<figure><img src="/files/TukpQnHY4JDJYe7EgsP5" alt=""><figcaption><p>Invite codes section</p></figcaption></figure>

5. **Set parameters:**

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

* **Number of codes:** Enter the desired number of invite codes you want to generate.
* **Code holder name:** Specify a name for the person or group that will be receiving and distributing the codes.

6. Generate codes: Click the "Create" button to generate the invite codes. A table with the generated codes will appear.

## **Share invite codes**

{% hint style="info" %}
Each invite code is unique and can only be used once. They are designed to prevent unauthorized use, ensuring you can accurately track who is joining your campaign through each code.
{% endhint %}

Select, copy, or export invite codes (.csv) using the buttons above the table. Share your codes through social media, email, your website, or direct distribution.

<figure><img src="/files/OoawWMn6Fp3Z6MROC5ce" alt=""><figcaption><p>Invite codes table</p></figcaption></figure>

Filter codes by status (active or already used), date, code holder name, or the name of a participant who used them.&#x20;

Next, select the specific task where you want users to use these invite codes.

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><mark style="background-color:green;"><strong>Enter invite code task</strong></mark>      </td><td><a href="/pages/expNNEYxbOfJoXuCqCX7">/pages/expNNEYxbOfJoXuCqCX7</a></td></tr><tr><td align="center"> <mark style="background-color:green;"><strong>Claim invite code task</strong></mark></td><td><a href="/pages/CO6mouNUBE5OugPHnYqg">/pages/CO6mouNUBE5OugPHnYqg</a></td></tr></tbody></table>


---

# 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.claimr.io/codes/invite-codes.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.
