> For the complete documentation index, see [llms.txt](https://docs.mongenscave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mongenscave.com/free-products/mc-spotifylink/setup.md).

# Setup

## Spotify Application

1. Go the [Spotify Dashboard](https://developer.spotify.com/dashboard) and click on "<mark style="color:purple;">Create app</mark>"
2. Fill out the "App name", "App description"
3. You'll need a HTTP server with a link on a specific port (You choose it), paste it in the "Redirect URIs" and end it with a "/callback" like: <https://example/callback>
4. Select "Web API" @ the "Which API/SDKs are you planning to use?"
5. Check "I understand and agree with Spotify's Developer Terms of Service and Design Guidelines"

{% hint style="warning" %}
The plugin first will only detect the owner of the App BECAUSE it's in the developer status, to get out follow the instructions below
{% endhint %}

## Getting out from Development status

1. Go to your Application
2. You'll see an App Status at the top, click on the little "i" letter on the right
3. The link will drop you [here](https://developer.spotify.com/documentation/web-api/concepts/quota-modes)
4. You'll see a section "Quota Extension Request for New Potential Partners"
5. Fill out the form, if you are handy you can photoshop pictures since Spotify made their API unfairly strict.
6. The form will take about 1-2 days, if you are accepted your playes will be able to use the plugin freely!


---

# 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.mongenscave.com/free-products/mc-spotifylink/setup.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.
