# Command Search

{% hint style="info" %}
Hit `Cmd-K` on Mac and `Ctrl-K` on Windows anywhere in Pylon to open up Command Search.
{% endhint %}

## Search

Type a search term to search across all data in Pylon, including issues, accounts, contacts, knowledge base articles, and more. You can click into a specific tab to narrow down your results, or use the keyboard shortcuts listed at the bottom of the search window to preview different results before you select a specific page to view.

<figure><img src="/files/ZLKs3X2hgDtxXcPw4zET" alt=""><figcaption></figcaption></figure>

## Commands

Run commands, like `Create issue` or `Create article` to quickly take an action without having to navigate to the corresponding view in the UI.

<figure><img src="/files/s5y8bqztwVx48F6Q4WKO" alt=""><figcaption></figcaption></figure>


---

# 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.usepylon.com/pylon-docs/platform/command-search.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.
