> For the complete documentation index, see [llms.txt](https://docs.fairmarkit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fairmarkit.com/release-notes/terms-and-policies/fairmarkit-support.md).

# Fairmarkit Support

By signing up for a Fairmarkit Case Management account, you can create, review, and reply to support request tickets with the Fairmarkit support team.

### Submit a request <a href="#submitarequest" id="submitarequest"></a>

Email support: You can also directly email <support@fairmarkit.com> to automatically create a request ticket.

{% stepper %}
{% step %}
Go to the [Submit a request](https://support.fairmarkit.com/hc/en-us/requests/new) page.

![](/files/lCeC1cdqO6ugSICqOnPo)

{% endstep %}

{% step %}
Enter any relevant information for your request, and then click Submit.\
You'll receive an email acknowledging your request. If this is your first request, you might need to create an account password to manage your requests.
{% endstep %}
{% endstepper %}

### Create an account password <a href="#createanaccountpassword" id="createanaccountpassword"></a>

Once you've created a request, you are automatically registered for a Fairmarkit case management account. You will just need to create a password for your account.

{% stepper %}
{% step %}
[Submit a support request](https://support.fairmarkit.com/hc/en-us/requests/new).\
We'll create a ticket for you, and you will receive an email acknowledging your request.\
![](/files/TY31ilaavc1BEwn7P0zz)
{% endstep %}

{% step %}
Open the email, and click the link.\
The Sign in to Fairmarkit screen displays.\
![](/files/a1XfTeoZvOgKzA9sla5y)
{% endstep %}

{% step %}
Click Get a password.\
The Please set me up with a new password screen displays.

<figure><img src="/files/9haJ2LF6oyQjotf6sDsN" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter you email and click Submit. In order to receive a password, this must be the same email used to submit your request.\
You will receive an email to create a password for your account.\
![](/files/XuAGWZdXhZKna1tBlm3r)
{% endstep %}

{% step %}
Open the email, and click the link.\
The Choose your secret password screen displays.\
![](/files/SOUWBFAdBU2ZLuuydOJa)
{% endstep %}

{% step %}
Enter you *name* and *password*, and click Set **password**.
{% endstep %}
{% endstepper %}

### Review your request list <a href="#reviewyourrequestlist" id="reviewyourrequestlist"></a>

Once logged in, click on *your name* and select *My activities* to see the requests you have submitted and review their status.

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

&#x20;![](/files/kjGp9hPfiFuOKyX7Cz92)

### Review a request <a href="#reviewarequest" id="reviewarequest"></a>

From the My **requests** list, click on the subject of your request to open the request and review the history and make any necessary updates.

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

### Add a comment <a href="#addacomment" id="addacomment"></a>

From a request, you can add new comments and attach files to help aid in the resolution of your request.

{% stepper %}
{% step %}
Click **Add to conversation**.\
The comment field expands.\
![](/files/X9MD3zXVdC7Wu070uCoa)
{% endstep %}

{% step %}
Enter a comment or attach any helpful files, and then click **Submit**.\
The information is shared with Fairmarkit support.
{% endstep %}
{% endstepper %}

### Still have questions? <a href="#stillhavequestions" id="stillhavequestions"></a>

Please don't hesitate to reach out to us at <support@fairmarkit.com> with any further questions.


---

# 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.fairmarkit.com/release-notes/terms-and-policies/fairmarkit-support.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.
