# Access settings for maps

By default, your maps aare private such that login is required to access them. However, you can make them public if you'd like to open access to folks outside your company, like customers.

Here's how each access option works:

| Access option             | When to use it                                                                                                                                                  | How it works                                                                                                                                                                                                                                         |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Private                   | Use it when your view contains sensitive data that would be dangerous to leak outside your company.                                                             | <p>Only users who are logged into DoubleLoop can access it.</p><p>The page will not be listed by search engines.</p>                                                                                                                                 |
| Private with token access | Use it when you want to make it easy for a select group of stakeholders or customers to access it without logging in, but you don't want it to be fully public. | <p>To load the page, you need the correct token in the URL. If your URL with the token gets in the wrong hands, let us know and we'll generate a new token for you to expire the old links.</p><p>The page will not be listed by search engines.</p> |
| Public                    | Use it when you want to make your page accessible without login to your customers or the general public.                                                        | <p>Anyone with the link can access it.<br><br>Search engines can list it.</p>                                                                                                                                                                        |


---

# 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.doubleloop.app/share/private-and-public-stakeholder-views.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.
