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

# Itinerary customization

Itinerary allows you to incorporate your company logo, present personalized content to your clients, and choose the desired language and date format.

You can manage the content of the Itinerary by simply checking or unchecking the appropriate boxes:

<figure><img src="/files/WaJMCnQyLHyo6WAUfMRi" alt=""><figcaption></figcaption></figure>

The **language** of the Itinerary is determined by the chosen template:

<figure><img src="/files/TtqnWGFBPYWtQMMnveyN" alt=""><figcaption></figcaption></figure>

Additional settings are available in the **Configuration:**

<figure><img src="/files/UapUnZ6JNJqjSYFAcHmb" alt=""><figcaption></figcaption></figure>

### Logo - free user

You can configure **company logos** for both the header and footer using **publicly accessible** URLs in the Configuration section. Ensure you always use a secure protocol **HTTPS**.

<figure><img src="/files/Xvwx7cTpkgGOtTZ8VtAz" alt=""><figcaption></figcaption></figure>

You can also choose your preferred **date format** in this section.

### Logo - Itinerary+ subscribers

First of all, clear the header and banner URLs:

<figure><img src="/files/FohDHEP1uqceHBNI5QDf" alt=""><figcaption></figcaption></figure>

Then click on the header and footer banner file, select image files from your PC or another local source, and click the upload button:

<figure><img src="/files/1CTNLDGwBnm75CXrHQEJ" alt=""><figcaption></figcaption></figure>

The files will be uploaded, and the URLs will be automatically populated:

<figure><img src="/files/RUIJlGqnULPTAsGszEWH" alt=""><figcaption></figcaption></figure>

Now you can save the settings. Close and reopen the Itinerary to see the updated logo and footer.


---

# 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://cee-systems.gitbook.io/cee-itinerary/itinerary-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.
