# Setup

We provide a number of tools for accessing Lavanda API functionality via our MCP (Model Context Protocol Server).

You will need to authenticate with your PMS login details to be able to perform actions on your behalf via tools such as Claude and ChatGPT.

## Setup Claude

Once you are logged into your account you need to access the connectors page under settings:

<https://claude.ai/settings/connectors>

From here you can click on `Add custom connector`

You may need to contact your organisation owner to add a connector.

<figure><img src="/files/9kaoqVY6YAe6VNSRHs5I" alt=""><figcaption></figcaption></figure>

You should then be prompted to add the following details:

Name: Lavanda MCP

URL: <https://mcp.lavanda.app/remote>

Once complete you will need to connect and login with your Lavanda PMS details.

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

One complete you can open a new chat, click on the plus icon and then connectors

<figure><img src="/files/8jy8qA7VtPOwtNrv7cfs" alt=""><figcaption></figcaption></figure>

You just need to ensure the `Lavanda MCP` is enabled.

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

You should now be able to use the MCP.

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


---

# Agent Instructions: 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:

```
GET https://docs.lavanda.app/mcp/setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
