# Users Table

After you successfully [create a new project](https://docs.qore.dev/project/manage-project/create-new-project), 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.

![](https://2184609992-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2oMlC98xrWRwMo6hcAGn%2Fuploads%2F4vLDWMF5mCTFHBDmODZ7%2FScreen%20Shot%202022-03-07%20at%2006.41.55.png?alt=media\&token=e6c9118c-f4fd-46fa-9513-b18acdaf4703)

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.

![](https://2184609992-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2oMlC98xrWRwMo6hcAGn%2Fuploads%2Fd5kqFetiR8QkZGvtW06t%2FScreen%20Shot%202022-03-07%20at%2006.43.22.png?alt=media\&token=19bb279b-96d5-4fe8-9f1e-2c81c3bc3bca)

{% 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 %}
