> For the complete documentation index, see [llms.txt](https://docs.arthajobboard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arthajobboard.com/admin/manage-portal/setting/customize-document.md).

# Customize Document

## About Customize Document

Admin can add the Company Name, Logo, Footer Logo, Digital Signature, Footer Content and Address which will be fetched by the system on every document of the Admin like Email, Invoice, Purchase Orders, Sale Orders, etc.\ <br>

<figure><img src="/files/04VcN41CGoT4E0xls4XT" alt=""><figcaption></figcaption></figure>

Customize Document Instructions

1. Click "Edit" to update the details of this tab.
2. The company name entered by you while onboarding will be there by default.
   1. You can change it as per your preference.
3. You can upload your company logo which will be reflected on the document shared with the employer or candidate.
4. Upload the "Signature" that will be reflected at the bottom of the shared document.
5. Add "Footer Content" and "Address" in your document.
6. Click "Save".

The next page will help you to customize the appearance of the platform.


---

# 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.arthajobboard.com/admin/manage-portal/setting/customize-document.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.
