After the application is started, you can right-click and *Browse* on the application to open it in the ABP Studio's pre-integrated browser. You can see the Books page in the following figure with a single record:
{{ if UI === "Angular" }}
//TODO: angular screenshot!
{{ else if UI === "MVC" }}

{{ else if UI === "MAUIBlazor" "}}
//TODO: maui blazor screenshot!
{{ else }}
//TODO: Blazor screenshot!
{{ end }}

On this page, you can create a new book, update an existing book, delete a book, export all records (or the filtered records) to excel, filter the records by using the advanced filter section, bulk delete multiple records and so on.
After the application is started, you can right-click and *Browse* on the application to open it in the ABP Studio's pre-integrated browser and try to add a new author: