# Admin Log Tab

![](/files/bV66cgZUHAhsDBXbIqYV)

## Admin Log

The Admin Log is used to record administrative tasks performed with CS:Govern along with details necessary to reconstruct a task. At minimum the following tasks are recorded.

| Task                   | Description                                                                                                                                                          |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Rotate Encryption Keys | Generate and install new encryption keys. All subsequently encrypted data will use this key.                                                                         |
| Add Field              | Add a new field to those to protect with CS:Govern.                                                                                                                  |
| Create Encrypt Table   | Create the CS:Govern database table that holds encrypted data for a corresponding Salesforce table.                                                                  |
| Protect                | Generate and install CS:Govern protection code on a table.                                                                                                           |
| Add User               | Add a new access rule for a database user or role.                                                                                                                   |
| Modify User            | Modify the rules for an already defined CS:Govern user record.                                                                                                       |
| Delete User            | Delete a user/role from CS:Govern.                                                                                                                                   |
| Delete Field           | Delete a Salesforce field from CS:Govern protection. Note that the code which protects the field will not be updated until a corresponding Protect task is executed. |

## The Admin Log GUI

Admin Log records are listed in a simple table with the following columns:

| Column        | Description                                                                                                                                                                                       |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Id            | Internal unique id for a log record.                                                                                                                                                              |
| Action        | The task type of the log record. See the list at the top of this page for all actions.                                                                                                            |
| Object        | The database object affected by the action. The type is dependent on the action and may be a Field Name, a Database Table, A User Name, etc. The type value is generally obvious from the action. |
| Database User | The database user who performed the action.                                                                                                                                                       |
| OS User       | The operating system who performed the action.                                                                                                                                                    |
| Host Name     | The name of the host computer in use when the action was performed.                                                                                                                               |
| Host Address  | The IP address of the host computer running CS:Govern.                                                                                                                                            |
| Created (UTC) | The timestamp when the action was performed.                                                                                                                                                      |
| Details       | Details about exactly what was changed in the database.                                                                                                                                           |

![](/files/9np0bTAbLmQVI61MWh36)


---

# 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://learn.capstorm.com/cs-govern/reference/admin-log.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.
