> For the complete documentation index, see [llms.txt](https://cee-systems.gitbook.io/cee-fare-builder/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-fare-builder/fare-builder-user-manual/user-guide/application-gui-features.md).

# Application GUI Features

### <mark style="color:blue;">Editing Menu</mark>

Fare Builder includes built-in context menu to simplify the editing of tax and flight data.

#### Flight table

In the Flight table, clicking on a column header opens a menu with options to clear all data in the column or copy data downwards into all empty cells. This feature simplifies custom data editing for multi-segment flights. Editing is available in all columns from **Fare Basis** to **Stopover**.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXcHMaD_YlEpexEMM8leh1IDwmVDPQzgf7BaIFLS5Yh61283wQqSoTtvAku9Sl1PancAINWUk5-nwKJ3V3k4iw7og1_fEfCckxoc4OF4XX8jzEgNLDf7NWKCRI7ArUsODscN1zEI?key=K69gCO3qdKM_QTIzDuLFm2Rn)

Copy downwards example:

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdcAfU0VJnHJBfBkpWZ8yab8Y9ztr5J0lQ1s0PikvZg6Y50HzPlFyfoIHiXBkJH37SDgOYwyIjV_NOH35kU-wivPH8JiHaHl847U6Muko0qvMnIcKNRnFQK97DT0OlpSgLrX8Krsw?key=K69gCO3qdKM_QTIzDuLFm2Rn)

#### Taxes table

In the Taxes Table, clicking on a row header opens a menu with options to delete a tax or insert space for a new tax. The maximum number of taxes is limited to 20.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdT6-isLlYe2mKeXglPI-Ncy1rRt-Zm8Ww87iXVL2MQXhC3UXhb02hW2ozC8mf4igtnZGE_xvvkHdkhdUfvEvPZqZpW3feAf8edij0IiSZY3ASDH2fF-swvlZAlp7d50Bx4FAN0?key=K69gCO3qdKM_QTIzDuLFm2Rn)

### <mark style="color:blue;">Surface Segments detection</mark>

Surface segments are highlighted in red to make them easier to identify.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf4cXAjaGd--66YhMyTZnTpFzdWCXc5Nrzxg5mqJIs-_zbEdidhnJnH9wDuMYFa6XehKdHMpi_pIYDSrLdptYBO1PmPgN8od50c5ZJRzpKRoIIZzLKkOWbShiox6mjTAuITx08uwg?key=K69gCO3qdKM_QTIzDuLFm2Rn" alt=""><figcaption></figcaption></figure>

### <mark style="color:blue;">Airport Information</mark>

Fare Builder retrieves all available airport information from Galileo. When you hover the mouse cursor over an airport code, a popup box appears displaying the full airport name, city code, and country code.

*Note: this feature becomes available after passenger selection when the Fare Build Datä group is activated.*

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXcyUf5QlVjvY8k3PPvw_ec0P5geESqnRPY45oU1xCS6j75ZAHWUE0UYoIKeeu3rlJpIV-o1kFXxVhTwCJ0BADh0FaxR3BHiexrDXXaPBofbHzmhK9NQelyIGAr4cXJCFe4_dyjCZg?key=K69gCO3qdKM_QTIzDuLFm2Rn)


---

# 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-fare-builder/fare-builder-user-manual/user-guide/application-gui-features.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.
