> For the complete documentation index, see [llms.txt](https://docs.pynt.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pynt.io/documentation/api-catalog/navigate-api-catalog/api-catalog-customization.md).

# API Catalog Customization

Customize your API catalog in Pynt to fit your specific security and management needs. Pynt’s flexible customization options allow you to organize and display your API data in the way that best suits your workflow. This customization capability ensures that you have a clear and relevant view of your API landscape, making it easier to monitor, manage, and secure your APIs effectively. By personalizing your API catalog, you can focus on the most critical aspects of your API security, enhancing your overall management process.\
\
You have the option to **sort** the view by column, empowering you to organize and view data according to your specific needs.&#x20;

Additionally, you can **filter** data by column, allowing for a more focused and streamlined view.&#x20;

Enhance your view customization by **managing columns** - **pinning** important ones and **hiding** those not immediately relevant. This creates a personalized and efficient workspace tailored to your preferences, optimizing your overall catalog experience.

Access the customization options by clicking on the **three dots** located in the **column header** you wish to customize.

<figure><img src="/files/5w96ZR9lvlYj9Hh3YTHI" alt=""><figcaption><p>API Catalog customization</p></figcaption></figure>


---

# 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://docs.pynt.io/documentation/api-catalog/navigate-api-catalog/api-catalog-customization.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.
