# 3.2 No access redirection

{% embed url="<https://youtu.be/5B2SiObTz78>" %}

Say, you want a Page Sample Page to be restricted so **only logged-in users** can see this page.

Now after you go to the dashboard of WordPress and edit this or any page, enable the link as follows & update the page, you can't see the page if you view it from incognito mode where you're **not logged in**.

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

Now, you may change the settings if you want to **redirect any unauthorized user** to any other page when he is trying to navigate to the restricted page.

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

For example, in the **WordPress dashboard**, if you navigate to the **LC Wizard**, select '**options**,' and then in the '**No access redirect to:**' field, enter a **URL** and **update** it, users who are not logged in will be redirected to that specific page if they attempt to access a restricted route.

That means if you are trying to navigate to the **<http://domain/sample-page>** page from the incognito window or from anywhere you are not logged in, you will be navigated to the **<http://domain/about>** page.


---

# 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://better-wizard.gitbook.io/lead-connector-wizard/3.-options/3.2-no-access-redirection.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.
