> For the complete documentation index, see [llms.txt](https://docs.phptravels.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phptravels.com/modules.md).

# Modules

- [Stays](https://docs.phptravels.com/modules/stays.md)
- [Stays](https://docs.phptravels.com/modules/stays/stays.md)
- [Calendar Pricing](https://docs.phptravels.com/modules/stays/stays/calendar-pricing.md): Set custom nightly prices per room type and rate plan for any date. Prices set in the calendar override the default base price on the frontend.
- [Ratehawk](https://docs.phptravels.com/modules/stays/ratehawk.md): Ratehawk API Integration complete video guide
- [Hotelston](https://docs.phptravels.com/modules/stays/hotelston.md)
- [Travelport](https://docs.phptravels.com/modules/stays/travelport.md)
- [Amadeus](https://docs.phptravels.com/modules/stays/amadeus.md)
- [Stuba](https://docs.phptravels.com/modules/stays/stuba.md): Stuba API Integration Tutorial | Connect Hotel API to PHP Website
- [Hotelbeds](https://docs.phptravels.com/modules/stays/hotelbeds.md): Complete hotelbeds Module settings guide
- [Agoda](https://docs.phptravels.com/modules/stays/agoda.md): Discover how to integrate Agoda.com hotels module and enhance your travel business offerings. Watch the video below for a step-by-step guide on accessing real-time inventory
- [Flights](https://docs.phptravels.com/modules/flights.md): Flights Modules
- [Sabre](https://docs.phptravels.com/modules/flights/sabre.md)
- [TBO](https://docs.phptravels.com/modules/flights/tbo.md)
- [Travelpayouts](https://docs.phptravels.com/modules/flights/travelpayouts.md)
- [Seeru](https://docs.phptravels.com/modules/flights/seeru.md)
- [Kayak](https://docs.phptravels.com/modules/flights/kayak.md)
- [Amadeus Self Service](https://docs.phptravels.com/modules/flights/amadeus-self-service.md): Working with amadeus flights module
- [Amadeus Entreprise](https://docs.phptravels.com/modules/flights/amadeus-entreprise.md): Working with amadeus entreprise module
- [Duffel](https://docs.phptravels.com/modules/flights/duffel.md): Working with duffel flights API
- [Kiwi](https://docs.phptravels.com/modules/flights/kiwi.md): Setup KIWI Flights
- [Pkfare](https://docs.phptravels.com/modules/flights/pkfare.md)
- [Tours](https://docs.phptravels.com/modules/tours.md): Working with PHPTRAVELS Tours Modules
- [Tours](https://docs.phptravels.com/modules/tours/tours.md)
- [Viator](https://docs.phptravels.com/modules/tours/viator.md): Working with viator affiliate API module
- [Tiqets](https://docs.phptravels.com/modules/tours/tiqets.md)
- [Cars](https://docs.phptravels.com/modules/cars.md)
- [Cars](https://docs.phptravels.com/modules/cars/cars.md)
- [Cartrawler](https://docs.phptravels.com/modules/cars/cartrawler.md)
- [Discovercars](https://docs.phptravels.com/modules/cars/discovercars.md)
- [Kiwitaxi](https://docs.phptravels.com/modules/cars/kiwitaxi.md)
- [Visa](https://docs.phptravels.com/modules/visa.md)
- [Visa](https://docs.phptravels.com/modules/visa/visa.md)
- [Umrah](https://docs.phptravels.com/modules/umrah.md)
- [Umrah](https://docs.phptravels.com/modules/umrah/umrah.md)


---

# 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.phptravels.com/modules.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.
