# Users Table

After you successfully [create a new project](/project/manage-project/create-new-project.md), now it's time to start use your project. When you open the project, by default there would be one table which is "User" table.

![](/files/A7SCDm5iYaaWfIXQiXov)

In this table, you can find 5 default field, which are:

1. external\_id
2. role
3. password
4. created\_at
5. updated\_at

The function of this table is to manage users and its role based on the permission type you want to share.

![](/files/pokjQKke63zMquYg56Ng)

{% hint style="warning" %}
You can't delete Users table otherwise your project will be crashed. You also can't delete external\_id, role, and password field.
{% endhint %}


---

# 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.qore.dev/table/manage-table/users-table.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.
