# Instagram

Connect with Instagram feed API to fetch Instagram feed as JSON data with simple REST endpoints. Embed Instagram feed data on the website without any backend coding.

<br>

### List of endpoints

Getting started with Instagram API is simple, but there’s a lot of steps to follow. We’ll make sure you’re on the right track and take you through everything in a step-by-step style using code examples along the way.

{% content-ref url="instagram/instagram-profile-feeds" %}
[instagram-profile-feeds](https://docs.tabriel.com/welcome/reference/instagram/instagram-profile-feeds)
{% endcontent-ref %}

{% content-ref url="instagram/single-feed" %}
[single-feed](https://docs.tabriel.com/welcome/reference/instagram/single-feed)
{% endcontent-ref %}


---

# 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.tabriel.com/welcome/reference/instagram.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.
