# How to Use Teleportify?

## <mark style="color:orange;">DEMO</mark>

Engine > Teleportify Content > Plugin Content > Demo > Demo Level

<figure><img src="https://blog.kakaocdn.net/dn/cbzZTL/btsFiQQaLWl/cBRKzEAl6xIQHvQkmTnPnK/img.png" alt=""><figcaption><p>Plugin Content Demo</p></figcaption></figure>

<figure><img src="https://blog.kakaocdn.net/dn/8aOEo/btsFgPYQhyM/n37kgz6441QGMiiAn1xEbk/img.png" alt=""><figcaption><p>Demo Level</p></figcaption></figure>

***

## <mark style="color:orange;">Only Three Steps!</mark>

<figure><img src="/files/tRYAiFNkwStiL1NfqfMJ" alt=""><figcaption><p>1.How to Add Teleportify on Level</p></figcaption></figure>

<figure><img src="/files/8Y1jF07HofHYdyhqz0mx" alt=""><figcaption><p>2.Add Where to Teleport</p></figcaption></figure>

<figure><img src="/files/CNJTAruXoOeuoNFqGK3l" alt=""><figcaption><p>3.Check Teleport</p></figcaption></figure>

&#x20;

***

## <mark style="color:blue;">Default Classes</mark>

> #### \<Native Class>
>
> NativeTeleportifyActor ( ※ Parent class only for inheriting base class in code. Only for Internal logic in code)
>
> #### \<Actor Class>
>
> Teleportify\_Base  ( Teleporter Actor with Basic Function )
>
> Teleportify\_TransferableActor ( Transferable Actor class which you can use as default preset if needed )
>
> #### \<Interface Class>
>
> TeleportifyInterface  ( Interface that called when the teleport begin. Can be added to Actors )
>
> ####


---

# Agent Instructions: 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://docs.devlevy.com/ue-code-plugin/teleportify/documentation/how-to-use-teleportify.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.
