> For the complete documentation index, see [llms.txt](https://uxper.gitbook.io/togo-wordpress/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxper.gitbook.io/togo-wordpress/trip/create-and-edit-a-trip.md).

# Create and edit a trip

In the WordPress admin bar, navigate to the Trips section and click 'Add New Trips'.

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

Enter a new title, select 'Elementor Full Width' from the Template dropdown list, click 'Publish', and then click 'Edit with Elementor' to begin editing. (If 'Edit with Elementor' doesn't appear for Trip, you can enable it by going to Elementor > Settings > General tab > Post Types > and checking 'Trips'.)

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

Create a template based on your preferences and publish it.

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

To save time on creating and editing, you can install a duplicate post plugin. Simply duplicate an existing trip and customize it using the Elementor editor.

To edit and add content on the Trip page, you can use Elementor widgets.\
For example, to modify the Why booking with Togo section: go to the Trip page → click Edit with Elementor → in the Elementor editor, click on the Why booking with Togo block → the editing panel will appear on the left, where you can add or update the text.

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

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

All done!


---

# 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://uxper.gitbook.io/togo-wordpress/trip/create-and-edit-a-trip.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.
