> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codenullapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Anonymous Access

> If you want to allow endpoints or features to have access from anonymous users. You will need to configure the access for them.

If you want to allow endpoints or features to have access from anonymous users. You will need to configure the access for them.

### Provide anonymous access

You can provide anonymous access to types of resources (Entities and Features).&#x20;

To configure this, go to Application Designer, then under the "Server and Database" tab you will find the "Backend permissions" section (like the next image)<br />

<figure>
  <img src="https://mintcdn.com/codenull/fUND-Qmj85v5Oam-/images/gQPvQBn0fmHmX3DuptkL.png?fit=max&auto=format&n=fUND-Qmj85v5Oam-&q=85&s=2450e1276f5e8c3be8c6b334c4857d65" alt="" width="1470" height="842" data-path="images/gQPvQBn0fmHmX3DuptkL.png" />

  <figcaption />
</figure>

Once you click the "Add" button, you will see a page like this.&#x20;

<figure>
  <img src="https://mintcdn.com/codenull/9RtgKoAtzvpYtN-c/images/crSJppriF0sUDxcnewzT.png?fit=max&auto=format&n=9RtgKoAtzvpYtN-c&q=85&s=7182c941c1da9d40f8aaef527d80ed68" alt="" width="2960" height="800" data-path="images/crSJppriF0sUDxcnewzT.png" />

  <figcaption />
</figure>

#### How to provide anonymous access for an endpoint (table)

1. Select "Entity" in the Entity type drop down
2. Select the table you want to configure the access in the "Entity" drop-down
3. Click the "Anonymous Access" check
4. Depending on what type of permission you want to provide for anonymous access check the checkboxes (Read, Create, Update, Delete)
   1. For instance, if you click the "Read" check for the Usuario entity, you will provide access to the next endpoints: Usuario, Usuarios, and UsuariosAndCount
   2. For instance, if you select the "Create" checkbox, you will give access to the "createUsuario" endpoint.

#### How to provide anonymous access to a feature

1. Select "Feature" in the Entity type drop down
2. Select the feature you want to configure the access in the "Feature" drop-down
3. Click the "Anonymous Access" check
4. Check the "read" checkbox

<Info>
  If you provide anonymous access to a feature, you will also need to provide access to the endpoints used in the feature. For instance, if you have a feature to create users, you also need to provide access to the Usuario endpoints used in the create user feature.
</Info>
