> For the complete documentation index, see [llms.txt](https://docs.skyledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyledge.com/knowledge-base/articles/table-column-selection.md).

# Table column selection

Inside the Control Room, things are organized in tables, but sometimes it can look crowded. Don't worry—there's an easy way to tidy them up.

First, figure out which columns you need and which ones you don't. Then, turn off the ones you don't need. Let's go through it together.

1. Scroll to the right of a table to find three dots – also known as vertical ellipsis (⋮).
2. Click on the top ellipsis to open a menu with column titles.
3. Toggle off the columns you don't need.

And there you have it! A tidier table tailored to your needs.

<figure><img src="https://lh7-us.googleusercontent.com/iTbZHT7ReAgx0LRJ8Jqo8TMmLMGb5XF5zruwx3q3UrD1rHDVVjmnPRYeLC7C6HYo7RBPzHzw_NiYgBdwvpLGU7jlTwzx6zt_eg0AiDM5_k1iTLgoO1VQchO45fZ1gqSJqpBHeck-Sqv_meD1V65ilts" alt=""><figcaption></figcaption></figure>

<br>

<details>

<summary>Tags</summary>

asset, places

</details>


---

# 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.skyledge.com/knowledge-base/articles/table-column-selection.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.
