> 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/flights/kiwi.md).

# Kiwi

01\. Login to your account at [https://tequila.kiwi.com](https://tequila.kiwi.com/)

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

02\. Navigate to my solutions and then click on **create solution**

<figure><img src="/files/3U2cXlLaYOXVgnSq4jBG" alt=""><figcaption></figcaption></figure>

03\. Then select the option **Online travel agency - API Integration**

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

04\. Keep all settings same or if you like you can change the payment mode to **Deposit (Bank Transfer)**&#x20;

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

05\. add the name of your business and make sure it is lowercase without spaces in the name then click to create&#x20;

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

06\. Once solution is create copy the **AffilID** and **API key**

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

07\. Login to your admin panel then from module settings of kiwi click settings and then add these credentials into your module.&#x20;

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

Make sure the below settings should remain as \
\
**Dev Mode** to : Production \
**Payment Mode** to : Merchant \
**Currency** : Check on kiqi which ones are supported we recommend using USD \
**Color** : as per your recommendation \
**PNR Type** : Auto <br>

{% hint style="info" %}
Once all the above settings are done successfully please check the flight results on the frontend of your website. \
\
And do not forget to setup your markups. to add your markup you can check on the admin panel the markups option
{% endhint %}


---

# 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/flights/kiwi.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.
