> For the complete documentation index, see [llms.txt](https://docs.graviti.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graviti.com/guide/tensorbay/visualization/huo-qu-pharos.md).

# Explore Pharos

## Visualize Open Datasets <a href="#id-1" id="id-1"></a>

Pharos is a convenient tool that enables you to visualize datasets online in our Open Datasets community. All you need to do is go to the General tab on the Dataset Details page, scroll down and find Data Preview to explore online data visualization. For more information, please see:

{% content-ref url="/pages/-MWXnURM4t4\_MBiOLfW9" %}
[Preview Data and Label Distribution Online](/guide/opendataset/visualization.md)
{% endcontent-ref %}

## Visualize Custom Datasets <a href="#id-2" id="id-2"></a>

To visualize your own dataset, Pharos offers the following two available ways:

1. Upload your dataset to TensorBay. You can refer to the link below for more details. After uploading the data, sign in to your account, enter the Dataset Details page, click General, and start to visualize your own dataset.

{% content-ref url="/pages/-MWWnuVASpJRl\_DoaSdy" %}
[How to Quickly Prepare a Dataset](/guide/tensorbay/data.md)
{% endcontent-ref %}

&#x20;   2\. Read local data via TensorBay SDK and use Pharos to visualize immediately. You can access all the functions of the data visualization tool and have a clear view of the data quality, with no need to sign in or upload. Please check the [PythonSDK Help Doc](https://tensorbay-python-sdk.graviti.com/en/latest/features/visualization.html) for details.

{% hint style="info" %}
This method is only available for the visualization of data and annotations. If you want to visualize the annotation distribution, you have to upload your data to TensorBay.
{% endhint %}


---

# 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:

```
GET https://docs.graviti.com/guide/tensorbay/visualization/huo-qu-pharos.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.
