# Database Tables

Bug Watcher uses the database tables prefixed as "AO\_47EAC7\_"

| Table                             | Description                                                                                                                                   |
| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| AO\_47EAC7\_ALLOWED\_WATCHER      | Roles and groups allowed to be set as watchers                                                                                                |
| AO\_47EAC7\_FILTER\_WATCH         | Users' Filter Watches                                                                                                                         |
| AO\_47EAC7\_GENERIC\_WATCH        | Project Roles, Groups, email addresses set as watchers of projects or issues.                                                                 |
| AO\_47EAC7\_NOTIFICATION          | In-app notifications delivered to users                                                                                                       |
| AO\_47EAC7\_PLUGIN\_CONFIG        | App configuration                                                                                                                             |
| AO\_47EAC7\_PROJECT\_CONFIG       | Project level configuration as set in the Configuration page of the app.                                                                      |
| AO\_47EAC7\_PROJECT\_EVENT        | User preference of issue events to get notified on. This is set in the Project Watches page                                                   |
| AO\_47EAC7\_PROJECT\_NOTIFICATION | <p>A Jira Project's Notificaiton Scheme used to deliver in-app notification.</p><p>This is set in Project Settings / In-app Notifications</p> |
| AO\_47EAC7\_PROJECT\_WATCH        | Users' project watches setting as set in the Project / Watches page                                                                           |
| AO\_47EAC7\_WATCH\_PREFERENCES    | Users' watch preferences as set in the User Profile Menu / Watches screen                                                                     |


---

# 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.meta-inf.hu/bug-watcher/user-guide/database-tables.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.
