# Ylytic Documentation

## Ylytic Documentation

- [Introduction](https://docs.ylytic.com/ylytic/introduction.md): Ylytic makes it easy for businesses to work with creators by providing the tools to access and process creator data across platforms.
- [Platform Brief](https://docs.ylytic.com/ylytic/platform-brief.md): Here is a short video demonstrating the features and usage of the Ylytic platform.
- [Quick Start Guide](https://docs.ylytic.com/ylytic/quick-start-guide.md)
- [FAQs](https://docs.ylytic.com/ylytic/faqs.md): Frequently asked questions about Ylytic. Find details on using the API, signing up, and the Business Plan.
- [About Ylytic](https://docs.ylytic.com/ylytic/faqs/about-ylytic.md)
- [About Ylytic Data and Insights](https://docs.ylytic.com/ylytic/faqs/about-ylytic-data-and-insights.md)
- [About Ylytic Features and Pricing](https://docs.ylytic.com/ylytic/faqs/about-ylytic-features-and-pricing.md)
- [API Overview](https://docs.ylytic.com/ylytic/rest-apis/api-overview.md)
- [Third Party API](https://docs.ylytic.com/ylytic/rest-apis/api-overview/third-party-api.md)
- [Campaign Tracking API](https://docs.ylytic.com/ylytic/rest-apis/api-overview/campaign-tracking-api.md)
- [Post with Comments Tracking API](https://docs.ylytic.com/ylytic/rest-apis/api-overview/post-with-comments-tracking-api.md): For campaigns where all comments are required without sentiment analysis
- [First Party API](https://docs.ylytic.com/ylytic/rest-apis/api-overview/first-party-api.md): Get consent data and insights for your first-party connects. Before initiating the insights don't forget to create a verification URL and verify the creator.
- [Realtime Tracking API](https://docs.ylytic.com/ylytic/rest-apis/api-overview/realtime-tracking-api.md)
- [Data Refresh API](https://docs.ylytic.com/ylytic/rest-apis/api-overview/data-refresh-api.md): Get Public data and insights (without Audience demographics) of a creator using their Instagram handle.
- [Link Tracking API](https://docs.ylytic.com/ylytic/rest-apis/api-overview/link-tracking-api.md)
- [Discovery Search API](https://docs.ylytic.com/ylytic/rest-apis/api-overview/discovery-search-api.md): Streamline your Influencer Search process effortlessly with our discovery database by implementing various filters tailored to your brand's specifications.
- [Competition Analysis API](https://docs.ylytic.com/ylytic/rest-apis/api-overview/competition-analysis-api.md): Get Insights about Brand and their competition with detailed analysis.
- [Shopify Sales Tracking API](https://docs.ylytic.com/ylytic/rest-apis/api-overview/shopify-sales-tracking-api.md)
- [Webhook Documentation](https://docs.ylytic.com/ylytic/webhook/webhook-documentation.md): A webhook is a way for one system to automatically send real-time data to another system when a specific event happens.
- [Creator Discovery](https://docs.ylytic.com/ylytic/features/creator-discovery.md)
- [Discover](https://docs.ylytic.com/ylytic/features/creator-discovery/discover.md)
- [Select](https://docs.ylytic.com/ylytic/features/creator-discovery/select.md)
- [Reachout](https://docs.ylytic.com/ylytic/features/creator-discovery/reachout.md)
- [Creator Insights](https://docs.ylytic.com/ylytic/features/creator-insights.md)
- [Profile Overview](https://docs.ylytic.com/ylytic/features/creator-insights/profile-overview.md)
- [Audience](https://docs.ylytic.com/ylytic/features/creator-insights/audience.md): Culling from followers, likers, commenters, etc., we extract sample audience accounts along with their bios and posts. Our AI/ML algorithms then craft distributions based on this data.
- [Engagement](https://docs.ylytic.com/ylytic/features/creator-insights/engagement.md)
- [Posting Activity](https://docs.ylytic.com/ylytic/features/creator-insights/posting-activity.md)
- [Mentions](https://docs.ylytic.com/ylytic/features/creator-insights/mentions.md)
- [Campaign Insights](https://docs.ylytic.com/ylytic/features/campaign-insights.md)
- [Stats](https://docs.ylytic.com/ylytic/features/campaign-insights/stats.md)
- [Audience](https://docs.ylytic.com/ylytic/features/campaign-insights/audience.md)
- [Posts](https://docs.ylytic.com/ylytic/features/campaign-insights/posts.md)
- [Collections](https://docs.ylytic.com/ylytic/features/collections.md)
- [Ylytic's Collection](https://docs.ylytic.com/ylytic/features/ylytics-collection.md)
- [Link Tracking](https://docs.ylytic.com/ylytic/features/link-tracking.md)
- [Shopify Sales Tracking](https://docs.ylytic.com/ylytic/features/shopify-sales-tracking.md)
- [Whitelabel Platform](https://docs.ylytic.com/ylytic/features/whitelabel-platform.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.ylytic.com/ylytic/introduction.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.
