> For the complete documentation index, see [llms.txt](https://connect.socios.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://connect.socios.com/partner-api/overview.md).

# Overview

{% hint style="warning" %}
**2024-12-09 - ANNOUNCEMENT FOR SOCIOS.COM API DEVELOPERS**

In Q1 2025, the Chiliz team will decommission several endpoints and features from the Socios.com API. This is to ensure that the Socios.com API remains focused on the Socios.com app features, and to bring it always closer to the Web3 ecosystem.&#x20;

Don't worry! We provide you with alternatives right here on this documentation site.
{% endhint %}

The Socios.com API makes it possible to create personalized and engaging fan experiences, right in your own space.

By getting access to a subset of information about your users along with our fan-centric features, you can create a personalized experience that not only captivates your visitors but also fosters a deeper connection, inspiring loyalty and enhancing overall user satisfaction.

{% hint style="info" %}
Accessing Socios.com fan data requires you to get explicit consent from fans.
{% endhint %}

Here are some ways the API can be used: &#x20;

* **Bring tailored rewards**\
  Offer your fans the convenience of logging into their Socios.com account directly from your platform. By making it possible for fans to access their wallets through your website or app, you can tailor rewards based on their token holdings.&#x20;
* **Offer a customized user interface**\
  With consent to access Socios.com users' information, wallets, or NFTs, you have the opportunity to customize the user interface of your platform and provide bespoke workflows to the user's CHZ or fan token balance. \
  This way, you can create unique and special experiences, exclusively designed for each user.
* **Rebrand the Socios.com experience**\
  Once the Socios.com APIs are integrated on your side, you have the liberty to customize the Socios.com experience in alignment with your brand's style and aesthetics. \
  Reinforce your brand identity while providing an enriched Socios.com experience to your fans!
* ... and more!

In short, the Socios.com API allows you to give sports fans the ability to access their Socios.com accounts and engage with unique Socios.com features, without leaving your digital environment!


---

# 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://connect.socios.com/partner-api/overview.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.
