> For the complete documentation index, see [llms.txt](https://claimlane-docs.gitbook.io/claimlane-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/i-dont-have-access-to-claimlane.md).

# I don’t have access to Claimlane

1.You need to be invited to the platform // You do not have an account

* Please contact either your supplier or retailer partner that already uses Claimlane, they should invite you.
* If they do not know how to do it share the followind documents
  * If you are a supplier: <https://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/how-to-add-suppliers-in-claimlane>
  * If you are a retailer: <https://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/how-to-invite-retailers-to-claimlane>

2\. You Have Received an Invitation but Haven’t Registered/Accepted It

• Solution:\
• Search your mailbox for the email titled “Invitation to use Claimlane.”\
• If you can’t find the email, contact <support@claimlane.com> and inform us which supplier has invited you.

3. &#x20;Someone Else Created the Profile but is No Longer Part of Your Organization

• Contact <support@claimlane.com>.\
• Provide your store name.\
• We will add your new email to the existing account and disable the old user if needed.\
​


---

# 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://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/i-dont-have-access-to-claimlane.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.
