# Travu Developer Documentation

## Travu Developer Documentation

- [Introduction](https://docs.travu.africa/master.md): Travu API lets you seamlessly add Bus and Flight ticket inventories and booking to your travel site or platform. Get instant access to top Bus & Flight operators across Nigeria, Africa.
- [API Reference](https://docs.travu.africa/reference.md)
- [Authentication](https://docs.travu.africa/auth.md)
- [Postman Collection](https://docs.travu.africa/postman.md): Use this Postman collection to play around and learn the MytripAPI
- [Bus Booking](https://docs.travu.africa/master-1.md): Travu API lets you seamlessly add bus ticket inventories and booking to your travel site or platform. Get access to top private bus operators and government buses across Nigeria, Africa.
- [Get Bus Trips](https://docs.travu.africa/master-1/trips.md)
- [Get List of States](https://docs.travu.africa/master-1/trips/get-list-of-states.md): This is an extra api endpoint that supplies the full state NAMES and STRINGS as supported by the MytripAPI.
- [Seat Layouts](https://docs.travu.africa/master-1/trips/seat-layouts.md): This is an extra Documentation that helps you with how to present the seat layouts to your users in our supported formats.
- [Request Bus Booking](https://docs.travu.africa/master-1/booking.md)
- [Flight Booking](https://docs.travu.africa/master-2.md): Travu API lets you seamlessly add Flight ticket inventories and booking to your travel site or platform. Get access to all Flight operators across Nigeria, Africa.
- [Get Flight List](https://docs.travu.africa/master-2/trips.md)
- [Get List of Airports](https://docs.travu.africa/master-2/trips/get-list-of-airports.md): This is an api endpoint that supplies the full NAMES and STRINGS of departure and destination airports as supported by the Travu API.
- [Select Flight](https://docs.travu.africa/master-2/booking.md)
- [Tentative Flight Booking](https://docs.travu.africa/master-2/booking-1.md)
- [Complete Flight Ticketing](https://docs.travu.africa/master-2/booking-2.md)
- [Cancelling an order](https://docs.travu.africa/cancelling-an-order.md)
- [Get Booking Details](https://docs.travu.africa/get-booking-details.md): This is an endpoint that provides the API user access to real-time information of a particular booking.
- [Get Bookings History](https://docs.travu.africa/get-bookings-history.md): This is an endpoint that provides the API user access to real-time information of all the bookings initiated via their authorization/account.
- [Response Codes](https://docs.travu.africa/response-codes.md)
- [Travu Terms & Policies](https://docs.travu.africa/company/terms.md)
- [Use Policy](https://docs.travu.africa/company/policy.md)
- [Frequently asked Questions (FAQ)](https://docs.travu.africa/faq.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.travu.africa/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
