> For the complete documentation index, see [llms.txt](https://hotgearproject.gitbook.io/hotgear-project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hotgearproject.gitbook.io/hotgear-project/obsolete-document/obsolete-addin/9.sheet-manager.md).

# 9.Sheet Manager

Sheet Manager Current Contain 20 Functions

| Command                   |               Icon               | Description                                                 |
| ------------------------- | :------------------------------: | ----------------------------------------------------------- |
| View Placement            | ![](/files/-LKP_4nifk_zcZ4wzrfd) | Place view to sheet all in once.                            |
| Tag Alignment             | ![](/files/-LKPP7-2eK_vHij466wA) | Tag Alignment with an assigned angle.                       |
| Tag Elbow Length          | ![](/files/-LKdfoMDJ1MnZk9rGThx) | Tag Elbow Length Control.                                   |
| UnHide Elements On View   | ![](/files/-LKPPbwB0n5XiRmJTgKc) | UnHide Elements from Current View.                          |
| Match Rotation            | ![](/files/-LLqw3zxXZnB8Qi1qZRO) | Match Elements Rotation to Target Element.                  |
| Reset Elements Overrides  | ![](/files/-LKPPfztlyF66MmgwlM4) | Reset Current View Elements Overrides.                      |
| Reset Category Overrides  | ![](/files/-LKPPo9lFTBcp6tybr7f) | Reset Current View Category Overrides.                      |
| Remove Paint              | ![](/files/-LKPPkFHST8QPY8QWK3S) | Remove Selected Element Surfaces Paint.                     |
| Align Left                | ![](/files/-LMVQ-SysHY10oXlOH32) | Align Tag Element To Left Side.                             |
| Align Center              | ![](/files/-LMVQ6YjyWeogyl-1tW0) | Align Tag Element To Center.                                |
| Align Right               | ![](/files/-LMVQ7m5W0Au-Gt831OH) | Align Tag Element To Right Side.                            |
| Align Top                 | ![](/files/-LMVQCW-nRaRZoAhViyR) | Align Tag Element To Top Side.                              |
| Align Middle              | ![](/files/-LMVQECDbTgkPQLqrAgQ) | Align Tag Element To Middle.                                |
| Align Bottom              | ![](/files/-LMVQFkc0yLd6FDiyGIR) | Align Tag Element To Bottom Side.                           |
| Distribute Horizontally   | ![](/files/-LMVQINEY_yuYfLdGsL-) | Align Tag Element by Distribute Horizontally.               |
| Distribute Vertically     | ![](/files/-LMVQMUPqWI_wLygkdxp) | Align Tag Element by Distribute Vertically.                 |
| Untangle Vertically       | ![](/files/-LMVQP5MRsH99DtysFbM) | Align Tag Element by Vertically Height from the bottom.     |
| Untangle Horizontally     | ![](/files/-LMVQUlbgyTOHl0Urrlr) | Align Tag Element by Horizontally Width from the left.      |
| Horizontal Align To Point | ![](/files/-LMjpAkPwospSNos3J-q) | Align Tag Element Horizontally to the Point that user pick. |
| Vertical Align To Point   | ![](/files/-LMjpG8TF4h6en0bS2wi) | Align Tag Element Vertically to the Point that user pick.   |


---

# 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://hotgearproject.gitbook.io/hotgear-project/obsolete-document/obsolete-addin/9.sheet-manager.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.
