# Security Overview

The Security section provides tools to enhance your Workspace security and track who is accessing resources and from where.

* [Audit logs](/security/audit-logs.md): View detailed records of user actions and system events within your Workspace.
* [IP Access Control (beta)](/security/ip-access-control.md): Restrict Workspace access to specific IP addresses or ranges.
* [Multi-factor authentication control (beta)](/security/multi-factor-authentication.md): Require multi-factor authentication for password-based login users.
* [**Public Links Monitoring**](#public-links-monitoring): View all published public links, including who created them and when they were shared.

## Public Links Monitoring

Workspace Owners can view a complete list of all public links that have been created to share resources from the Workspace. The list includes information about:

* Which resource was shared
* Who created the public link
* When the link was created
* Expiration date (if set)

This visibility helps maintain security by ensuring all shared content is authorized and appropriate.


---

# 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.codatum.com/security/security-overview.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.
