# List of Supported Widgets

This is the list of currently supported widgets. Please don't hesitate to add any additional widget you'd like to see in [here](https://mysorbet.featurebase.app/).&#x20;

<details>

<summary>Photo</summary>

Supported: Google Cloud Storage image URLs

* Example: `https://storage.googleapis.com/example.jpg`

</details>

<details>

<summary>Substack</summary>

* Supported: Substack article URLs
  * Example: `https://example.substack.com/p/heroes-who-came-to-look-for-example`
* Unsupported: Substack profile URLs
  * Example: `https://example.substack.com`

</details>

<details>

<summary>Spotify</summary>

* Supported:
  * Track URLs
    * Example: `https://open.spotify.com/track/51q75hNecOooZoFdON9GOh?si=0b7304623b454aa6`
  * Album URLs
    * Example: `https://open.spotify.com/album/4OlJgjlpzzUDYqdhf3vVdD?si=o3udjAIHTZGZALcuSWNwbA`
* Unsupported: Other Spotify URLs (e.g., artist pages)
  * Example: `https://open.spotify.com/artist/5RPzPJCg4ER1LzQkorZ31p?si=O6VClbhzRyW3u28Mvec7JQ`

</details>

<details>

<summary>Soundcloud</summary>

* Supported: Individual song URLs
  * Example: `https://soundcloud.com/nepado/stutter`
* Unsupported:
  * Short Soundcloud links
  * Soundcloud profile URLs
  * Soundcloud set URLs

</details>

<details>

<summary>Instagram</summary>

* Supported: Profile URLs
  * Example: `https://www.instagram.com/mysorbet.xyz`
* Unsupported:
  * Post URLs
  * Story URLs

</details>

<details>

<summary>Twitter</summary>

* Supported: Profile URLs
  * Example: `https://twitter.com/mysorbetxyz`
* Unsupported: Tweet URLs

</details>

<details>

<summary>LinkedIn</summary>

* Supported: Personal profile URLs
  * Example: `https://www.linkedin.com/in/dilloncutaiar`
* Unsupported:
  * Company profile URLs
  * Post URLs

</details>

<details>

<summary>YouTube</summary>

* Supported: Personal profile URLs
  * Example: `https://www.linkedin.com/in/dilloncutaiar`
* Unsupported:
  * Company profile URLs
  * Post URLs

</details>

<details>

<summary>GitHub</summary>

Supported:

* Profile URLs
  * Example: `https://github.com/cutaiar`
* Organization URLs
  * Example: `https://github.com/MySorbet`
* Repository URLs
  * Example: `https://github.com/MySorbet/sorbet-app`
* File URLs within repositories
  * Example: `https://github.com/MySorbet/sorbet-app/blob/main/README.md`

</details>

<details>

<summary>Dribbble</summary>

* Supported: Shot URLs
  * Example: `https://dribbble.com/shots/24550798-A-Grainy-Gradient`
* Unsupported: Profile URLs

</details>

<details>

<summary>Behance</summary>

Supported:

* Project URLs
  * Example: `https://www.behance.net/gallery/208139325/A-Grainy-Gradient`
* Profile URLs
  * Example: `https://www.behance.net/dilloncutaiar`

</details>

<details>

<summary>Medium</summary>

Supported:

* Article URLs
  * Example: `https://medium.com/@mysorbet/client-compatibility-check-spotting-bad-clients-and-finding-the-best-ones-c49ac047ad05`
* Profile URLs
  * Example: `https://medium.com/@mysorbet`

</details>

<details>

<summary>General Links</summary>

Any valid URL not matching the above categories will be treated as a general link.

</details>


---

# 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.mysorbet.xyz/sorbet/archived-pages/your-sorbet-profile/list-of-supported-widgets.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.
