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

# TapAI

TapAI lets your users scan NFC tags and interact with them using AI through text or speech - making it possible for them to have intelligent conversations with your products.

TapAI is an additional Module that is currently available exclusively on Direct Response. It is still in beta, but is available to use now.

{% hint style="warning" %}
TapAI can be used on standard NFC tags and even QR codes. However, we strongly recommend using TapAI only with authentication (NTAG424) NFC tags. [This is why](/modules/tapai/tapai-with-authentication.md).&#x20;
{% endhint %}

## Using TapAI

TapAI is integrated into all the standard ixkio features including subtags, inherited data structures, advanced data and more :&#x20;

{% stepper %}
{% step %}

### Create your Reference Material

Enter information about your product or Tag at the Folder, Tag Group and/or Batch level.&#x20;

<div data-with-frame="true"><figure><img src="/files/RZfm9k5h6O25yWCohhQE" alt="" width="222"><figcaption></figcaption></figure></div>

Learn more about [adding TapAI AI Reference Material](/modules/tapai/adding-tapai-reference-material.md).&#x20;
{% endstep %}

{% step %}

### Add Extended Data&#x20;

Choose whether you want to add any of your Extended or Core data fields into the AI Reference Data set.&#x20;

<div data-with-frame="true"><figure><img src="/files/2ZnloZp3YPJNTPggJg2U" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Check the TapAI Settings

Choose the AI Grade, whether you want conversational mode or simple Q\&A and logging settings.

<div data-with-frame="true"><figure><img src="/files/KNMMkDTJvTCXwFhVKAjR" alt="" width="338"><figcaption></figcaption></figure></div>

Learn more about [TapAI settings](/modules/tapai/tapai-settings.md).
{% endstep %}

{% step %}

### Add TapAI to your Direct Response Template

Insert a TapAI element into your Direct Response Template. You can select text, voice or both. Make sure your Direct Response template is in the Response for the Tags in your Folder.&#x20;

<div data-with-frame="true"><figure><img src="/files/dT0l2GRoxSs5qodrTzSA" alt="" width="563"><figcaption></figcaption></figure></div>

Learn more about [add TapAI to your Direct Response Template](/modules/tapai/adding-tapai-to-direct-response.md)
{% endstep %}

{% step %}

### Tap and Test !

That's it. Now just tap a Tag within your phone and ask a question.&#x20;

{% endstep %}
{% endstepper %}


---

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