> For the complete documentation index, see [llms.txt](https://developers.airship.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.airship.co.uk/basics.md).

# Basics

- [Contacts](https://developers.airship.co.uk/basics/contacts.md): Working with contacts in Airship
- [Write a contact](https://developers.airship.co.uk/basics/contacts/write-a-contact.md): How to store a contact to Airship
- [Append feedback](https://developers.airship.co.uk/basics/contacts/append-feedback.md): Store transactional feedback records as you send contact data to us
- [Append purchase history](https://developers.airship.co.uk/basics/contacts/append-purchase-history.md): Store transactional purchase history as you send contact data to us
- [Append booking data](https://developers.airship.co.uk/basics/contacts/append-booking-data.md)
- [Append WiFi data](https://developers.airship.co.uk/basics/contacts/append-wifi-data.md): Store WIFI Interaction history as you send contact data to us
- [Append Stay data](https://developers.airship.co.uk/basics/contacts/append-stay-data.md): Store Hotel Stay Interaction history as you send contact data to us
- [Append Loyalty data](https://developers.airship.co.uk/basics/contacts/append-loyalty-data.md): Store Loyalty Interaction details as you send contact data to us
- [Append ticket data](https://developers.airship.co.uk/basics/contacts/append-ticket-data.md)
- [Append other PoPs](https://developers.airship.co.uk/basics/contacts/append-other-pops.md)
- [Stoplight replacement - BETA](https://developers.airship.co.uk/basics/contacts/stoplight-replacement-beta.md)
- [Bookings](https://developers.airship.co.uk/basics/bookings.md): Working with bookings in Airship
- [Booking Search by reference](https://developers.airship.co.uk/basics/bookings/booking-search-by-reference.md)
- [Booking Search by data\_element](https://developers.airship.co.uk/basics/bookings/booking-search.md)
- [Booking Update](https://developers.airship.co.uk/basics/bookings/booking-update.md)
- [Search Contact](https://developers.airship.co.uk/basics/search-contact.md)
- [Search PoPs by contact](https://developers.airship.co.uk/basics/search-contact/search-pops-by-contact.md): Search for specified PoPs for a contact record, within a defined date range.
- [Search contact by Email, Mobile, Name](https://developers.airship.co.uk/basics/search-contact/search-contact-by-email-mobile-name.md)
- [Search contact by voucher](https://developers.airship.co.uk/basics/search-contact/search-contact-by-voucher.md)
- [Vouchers](https://developers.airship.co.uk/basics/vouchers.md)
- [Redeem voucher code](https://developers.airship.co.uk/basics/vouchers/redeem-voucher-code.md)
- [Check voucher code](https://developers.airship.co.uk/basics/vouchers/check-voucher-code.md)
- [Create Unique Code Group](https://developers.airship.co.uk/basics/vouchers/create-unique-code-group.md)
- [Anonymous purchase data](https://developers.airship.co.uk/basics/anonymous-purchase-data.md): Working with anonymous basket data in Airship
- [Add anonymous purchase data](https://developers.airship.co.uk/basics/anonymous-purchase-data/add-anonymous-purchase-data.md)
- [Units](https://developers.airship.co.uk/basics/units.md)
- [Postman collection](https://developers.airship.co.uk/basics/postman-collection.md): Get started with our Postman collection


---

# 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:

```
GET https://developers.airship.co.uk/basics.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.
