# 6. Access & Data Delivery

The primary way to access TickerTrends is through the **visual terminal** showcased throughout this documentation. The terminal provides a full interface for exploring KPIs, consumer trackers, and data visualizations in real time.

**API Access**\
For programmatic workflows, users can connect directly through our API to pull structured datasets into internal models.

**S3 Bucket**\
For enterprise clients requiring bulk delivery, we provide secure S3 bucket access to historical and ongoing data drops.

**Public Data Preview Page**\
The Public Data Preview Page allows anyone to explore a curated selection of TickerTrends trackers without needing an account. Trackers are chosen based on current popularity and emerging trends, giving users a real-time view into high-interest data across the platform. This page serves as an easy entry point to understand the value of TickerTrends and discover relevant insights.

**Contact Us**\
For **either API** or **S3 bucket** delivery methods, reach out to **<admin@tickertrends.io>**.

**Export Formats**\
Data can also be exported from the terminal in **CSV** format for offline analysis or integration into internal systems.


---

# 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.tickertrends.io/tickertrends/documentation-v2/6.-access-and-data-delivery.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.
