> For the complete documentation index, see [llms.txt](https://docs.exsat.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exsat.network/guides-of-data-consensus/others/operation-references/validator-operations/configure-display-information-for-your-validator-account.md).

# Configure Display Information for Your Validator Account

You can set up display information for your validator account to help community members better understand your Validator when browsing the exSat pages. To configure this information, submit an issue on the [GitHub repository](https://github.com/exsat-network/configurations), including details such as your group's name, logo, URL, and a brief description.

Here’s an example:

```
Issue Title:[trustgp.sat] Submit validator information 

Content:
Please provide the following information for validator.

*Account:trustgp.sat
*Name: TrustGP
*Logo url: https://trustgp.network/img/logo.png
Homepage url: https://trustgp.com
Introduction: TrustGP is a great asset management groupt.
```

> All information marked with an \* is required.&#x20;
>
> Logo Supports PNG and SVG. The recommended minimum size for Logo is 128\*128 pixels and the file size should be less than or equal to 1MB. Otherwise, the image will not be merged, and a comment will be left to remind the user to re-upload the logo.
>
> Please use a version of your logo that is clearly visible against a black background.


---

# 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.exsat.network/guides-of-data-consensus/others/operation-references/validator-operations/configure-display-information-for-your-validator-account.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.
