# Navigating PIC-SURE

The PIC-SURE demo site (<https://nhanes.hms.harvard.edu/>) is now publicly available for exploration, with no login or account required. Users can search data, apply filters, build cohorts, and retrieve counts for the data. However, to export the participant-level data, users must log in. For more information about logging in, please refer to the [Requesting Access page](/pic-sure/explore-data/requesting-access.md).&#x20;

### Publicly available pages

**Landing page:** This provides an overview of PIC-SURE, a summary of the data available, and links to other sections of the site.

**Explore:** Search data, apply filters, view variable distributions and genomic variant information, and select data for analysis.&#x20;

**Help:** Links to documentation, tutorial videos, and the helpdesk for PIC-SURE.

### Pages available with login

**Prepare for Analysis:** Provides information on using the PIC-SURE Application Programming Interface (API) to explore and export the data into an analysis workspace.

**Manage Datasets:** Review previously saved datasets or cohorts.

**Administrative pages:** If you have administrative privileges, there are additional pages that will be available to manage users and configure PIC-SURE.


---

# 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://pic-sure.gitbook.io/pic-sure/getting-started/navigating-pic-sure.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.
