> For the complete documentation index, see [llms.txt](https://help.nightfall.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.nightfall.ai/developer-api/nightfall_apis/nightfall-model-context-protocol-mcp-server/query-examples.md).

# Query Examples

These examples demonstrate the flexibility of natural language queries. You don't need to memorize syntax - just describe what you need.

#### Basic Searches

* "Show me today's violations"
* "List high-risk violations in the last 7 days"
* "Find violations in the engineering-team Slack channel"
* "What GitHub repositories have violations?"

#### User-Specific Queries

* "Show violations by <john@company.com>"
* "What files has <jane@company.com> accessed this week?"
* "Track user activity for <contractor-email@vendor.com>"

#### Integration-Specific

* "Find all Salesforce violations in the Sales org"
* "Show Google Drive files shared externally"
* "List Confluence pages with public links"
* "Check Microsoft Teams for sensitive data sharing"

#### Advanced Analysis

* "Compare violation trends month over month"
* "Identify users with the most violations"
* "What types of sensitive data are most commonly exposed?"
* "Summarize security posture improvements over the last quarter"

#### Remediation Actions

* "Mark these violations as resolved"
* "Block access to this file"
* "Delete violations in test channels"
* "Quarantine all high-risk violations from last month"


---

# 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, and the optional `goal` query parameter:

```
GET https://help.nightfall.ai/developer-api/nightfall_apis/nightfall-model-context-protocol-mcp-server/query-examples.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
