Tina is very flexible & extendable, so any Tina site may have a unique experience. As an introduction, we'll cover the out-of-the-box experience that most of our starters implement.
When Tina is initialized on a NextJS site, a "/admin" page is created to allow editors to log in and begin to make content changes.

After successfully logging in, the user will arrive at the CMS.

Depending on how Tina is configured, one or more Collections will appear in the Global Navigation. Clicking on a Collection will take the user to a Document List for that Collection.

The table here lists all documents for the chosen Collection. This page also allows the user to create a new document.
If contextual-editing has been configured, clicking on a document will navigate the user to that document's preview with the Sidebar open and ready for editing.

However, if contextual-editing is not configured or simply not available for a particular Collection, clicking on a document will present the user with the basic editor.

Note: You can learn more about how to set up contextual-editing for your users here.
Once saved, the changes to the document will be stored against the files.
There's plenty to do to customize your editing experience. We suggest:
Last Edited: January 9, 2022