> For the complete documentation index, see [llms.txt](https://docs.wannaflix.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wannaflix.net/installation-guides/android/kitsunebi.md).

# Kitsunebi (Deprecated)

{% hint style="danger" %}
This app is no longer supported.&#x20;
{% endhint %}

## Download and install

[Cli](https://wannaflix.com/dl.php?type=d\&id=19)[ck here](https://wannaflix.com/dl.php?type=d\&id=19) to download the app.

1. Find the apk (likely in your downloads) and click on it to launch the installation. Make sure to click allow on any popup that may appear.
2. Once the app has installed, click "open"

{% hint style="info" %}
You may need to allow apps from "Unknown Sources" on your phone for the installation to complete.&#x20;
{% endhint %}

## Add the servers

### Get the api link

1. Go to your [client area](https://wannaflix.com/clientarea.php) main page
2. Click on "Old Control Panel"
3. Choose "V2ray" as your VPN type
4. Select "Android"
5. Copy the api link provided

### Paste the api link into the app

1. Open the app&#x20;
2. Click on the plus (+) button on the top right
3. Click "subscription"
4. Click on the plus (+) button on the top right
5. Type "Wannaflix" in the remarks box
6. Paste the api link into the 'url' box and click "Save"
7. Tap on the refresh icon under 'wannaflix' to update the server list

## Select a server

1. Go to the server list, scroll down and select a server that starts with "V2ray"

## Start the VPN

Click on the start button on the bottom right to connect. If there's a popup, click "yes".


---

# 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.wannaflix.net/installation-guides/android/kitsunebi.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.
