Navigating SharePoint
New users typically enter SharePoint through the Microsoft 365 app launcher (the waffle icon in the top-left of any Microsoft 365 page), which opens a tile grid linking to SharePoint alongside Outlook, Teams, and OneDrive; from there, the SharePoint start page lists frequently visited and followed sites so you rarely need to memorize URLs. Once inside a specific site, the top navigation bar (shared across hub-associated sites) and the left-hand Quick Launch menu are the two primary wayfinding tools, and both are fully customizable by anyone with edit permissions on the site.
Cricket analogy: The app launcher is like the main menu on a cricket broadcaster's streaming app, from which you jump into a specific match channel, and once inside that match, the scoreboard overlay (top nav) and the ball-by-ball commentary panel (Quick Launch) help you find what you need.
Search and List Views
SharePoint's search box (available both at the tenant level and scoped to an individual site or hub) indexes not just file titles but also document content, metadata columns, and list item text, so searching for a keyword that only appears inside a PDF's body text will still surface that file. Within a document library or list, the default 'All Documents' or 'All Items' view can be swapped for custom views that filter, group, and sort by any column — for example, grouping a Tasks list by 'Assigned To' or filtering a library to show only files modified in the last 7 days — and Quick Edit mode lets you bulk-edit metadata in a spreadsheet-like grid without opening each item individually.
Cricket analogy: SharePoint search indexing document body text is like a cricket stats engine that finds a match not just by team name but by searching commentary transcripts for a specific phrase like 'hat-trick', while custom list views are like filtering a stats table by bowling average instead of runs scored.
GET https://contoso.sharepoint.com/sites/TeamSite/_api/search/query?querytext='hat-trick'&selectproperties='Title,Path,Author'
Accept: application/json;odata=verbose
Authorization: Bearer {access_token}Site owners can pin up to four important links as 'Quick Launch' or promoted tiles on the site's home page, which is a fast way to surface a frequently used document library or external link without asking users to search for it every time.
Quick Edit mode bypasses the normal item-by-item save confirmation, so a mistyped bulk edit across dozens of rows in a list can silently overwrite correct data; always double-check filters before making a wide bulk change in Quick Edit.
- The Microsoft 365 app launcher (waffle icon) is the common entry point into SharePoint.
- The SharePoint start page surfaces frequently visited and followed sites automatically.
- Top navigation and the left-hand Quick Launch menu are the two primary in-site wayfinding tools.
- Search indexes document body text and metadata, not just titles.
- Custom views let you filter, group, and sort libraries or lists by any column.
- Quick Edit mode enables spreadsheet-style bulk editing of list or library metadata.
- Site owners can pin up to four promoted links or tiles to the site home page.
Practice what you learned
1. What is the common entry point for accessing SharePoint from any Microsoft 365 page?
2. What does SharePoint search index besides file titles?
3. What does Quick Edit mode allow users to do?
4. Which two elements are the primary in-site wayfinding tools once inside a SharePoint site?
5. Why should users be cautious when using Quick Edit mode for bulk changes?
Was this page helpful?
You May Also Like
What Is SharePoint?
An introduction to Microsoft SharePoint as a browser-based platform for document management, team collaboration, and intranet publishing built on Microsoft 365.
Sites and Site Collections
How SharePoint organizes content into sites, subsites, and site collections, and how the modern hub-site model replaced the classic hierarchy.
Your First SharePoint Site
A step-by-step walkthrough of creating a SharePoint team site, adding a document library and list, and setting basic permissions for the first time.
Related Reading
Related Study Notes in Programming
Browse all study notesApache Spark Study Notes
Programming · 30 topics
ProgrammingApache Flink Study Notes
Programming · 30 topics
ProgrammingHadoop Study Notes
Programming · 30 topics
ProgrammingSnowflake Study Notes
Programming · 30 topics
ProgrammingApache Airflow Study Notes
Programming · 30 topics
Programmingdbt (Data Build Tool) Study Notes
Programming · 30 topics