> For the complete documentation index, see [llms.txt](https://help.tahua.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tahua.io/knowledge-base/administrator-help-guides/administrator-permissions-and-user-management/setting-up-an-account-in-tahua/troubleshooting-applicant-invites.md).

# Troubleshooting Applicant Invites

Understand the various options available if one of your applicants does not receive their invitation email.

{% stepper %}
{% step %}

### Resend Invitation Email

Navigate to the user you are troubleshooting via Users > Applicants in the top navigation.

Click on "View" on the relevant user once you have found them and then click on "Resend Invitation Email" from the right-hand menu.

![Resend invitation screenshot](/files/a88cc96cfb7d066d8098a986bc7d5ac1b302c1be)

If your user still does not receive the email then try the next option.
{% endstep %}

{% step %}

### Provide the invitation link directly

Navigate to the user you are troubleshooting via Users > Applicants in the top navigation.

Click on "View" on the relevant user once you have found them and then click on "Generate Invitation Link" from the right-hand menu.

This will generate an invitation link and present it on the user page. You can copy this link and provide it directly to your user so they can complete the invitation process.

![Generate invitation link screenshot](/files/279e597f0fab14e0fe0b367d43f4c62aa407e28f)
{% endstep %}
{% endstepper %}


---

# 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://help.tahua.io/knowledge-base/administrator-help-guides/administrator-permissions-and-user-management/setting-up-an-account-in-tahua/troubleshooting-applicant-invites.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.
