# Public

Public Authentication does not require users to present credentials or tokens to access the API. Instead, the API is open for unrestricted access, ensuring ease of use for public data consumption or service interaction.

#### How to implement it in API Builder&#x20;

1. Open your project&#x20;
2. Near the name click on three vertical dots , click on settings.
3. Choose Public access level

<figure><img src="/files/9lJSg1lhZd4L5VkDv8tv" alt=""><figcaption></figcaption></figure>

**Example Use Case**

A municipal government provides an API to access real-time public transit schedules and routes. The API is publicly accessible, allowing developers to build applications that help commuters with transit planning without requiring individual user authentication.


---

# 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://www.apibuilder.com/home/projects/authentication/public.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.
