> For the complete documentation index, see [llms.txt](https://docs.sinfonia.zone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sinfonia.zone/contact-us/business-partnership.md).

# Business partnership

At Sinfonia, we strongly believe in the power of collaboration and the value that it brings to our community. We are always open to new ideas, feedback, and suggestions to help us grow and evolve our ecosystem.

We welcome collaboration proposals from all areas, including artists, record labels, festivals, clubs, streaming platforms, and anyone else who is interested in exploring the possibilities of the Sinfonia platform. Our team is dedicated to analyzing all proposals thoroughly and providing a swift response.

If you are interested in partnering with Sinfonia and believe that it can add value to your project or organization, we encourage you to submit a partnership proposal. We value mutually beneficial relationships that enhance our platform and provide new opportunities for our community.

Please [**fill out the form**](https://forms.gle/pTMsvQqrYUMZGbmj8) with the utmost seriousness and include any details you think might be relevant so that we can get to a dedicated discussion as soon as possible.

We look forward to working with you and building a stronger, more innovative music industry together. Let's collaborate and create something truly amazing!


---

# 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.sinfonia.zone/contact-us/business-partnership.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.
