]> BookStack Code Mirror - website/blob - content/docs/user/getting-around.md
Update upload-config.md
[website] / content / docs / user / getting-around.md
1 +++
2 title = "Getting Around and Finding Content"
3 date = "2022-12-12"
4 type = "user-doc"
5 slug = "getting-around"
6 +++
7
8 There are many ways to get around and find content within your BookStack instance
9 outside of following the core hierarchy. Below is an overview of some common options.
10
11 {{<toc>}}
12
13 ### Book Sidebar
14
15 The book sidebar is visible when within a book, and it reflects the full ordered hierarchy 
16 of the book you are within. If you are within a chapter, that chapter will be expanded by
17 default otherwise they will be collapsed, and expandable with a click.
18
19 ![View of the book sidebar showing child chapters and pages](/images/docs/user/getting_around_book_navigation.png)
20
21 ### Next & Previous Links
22
23 When viewing a page or chapter, you'll find links below the main content that allow you to
24 navigate between the next & previous content within the current book.
25 These links will reflect sibling content, or the next item within the parent level if no adjacent content exists.
26
27 ![View of the next & previous actions when viewing a page](/images/docs/user/getting_around_next_prev_links.png)
28
29 ### Breadcrumbs
30
31 As you dive into your BookStack content you'll see breadcrumbs above 
32 the main content area to reflect the parent path of the current item.
33 These will begin with the "Books" page unless
34 you've traveled through the "Shelves" view in which case this would begin with
35 the "Shelves" view and parent shelf. 
36
37 ![View of BookStack items, in a hierarchy, with arrows in between](/images/docs/user/getting_around_breadcrumb_nav.png)
38
39 You can click on breadcrumb items to navigate directly to those. You can also click the 
40 arrows between items to search and jump to orthogonal content within 
41 the structure hierarchy.
42
43 ![Breadcrumb view with an arrow clicked, showing a popover element listing BookStack pages and chapters](/images/docs/user/getting_around_breadcrumb_dropdown.png)
44
45 ### Search
46
47 A major way to find and jump to content is by using search.
48 There's the global search input in the header, where you can search across all content in your instance:
49
50 ![View of the header search bar with a search started and relevant items listed](/images/docs/user/getting_around_search_preview.png)
51
52 When you start a global search, you'll get live feedback showing a preview of search results.
53 You can press enter or "View All" to view all relevant results on the search page.
54 Within the book and chapter views, you'll also find search inputs allowing you to search just within that book or chapter.
55
56 Find more information on our ["Searching Content"](/docs/user/searching/) page.
57
58 ### Activity Lists
59
60 Many views, like that for a book or on the homepage, will show a list of
61 "Recent Activity", reflecting recent actions that have been made relevant to the
62 current context.
63 On these, you can click the name of the item within the listed activity to jump to that item.
64
65 ![A list of user activity showing linked items names](/images/docs/user/getting_around_recent_activity.png)
66
67 ### Recently Updated List
68
69 On the homepage you can find a "Recently Updated" list, showing the latest pages
70 to have been created or updated.
71 You can press "View All" to view a larger paginated list.
72
73 ![A card section with title "Recently Updates Pages" with a list of pages below](/images/docs/user/getting_around_recently_updated.png)
74
75 ### Favourites
76
77 One way to easily recall content is by adding it to your favourites.
78 You can choose to favourite any shelf, book, chapter or page to add it 
79 to your personal favourite collection. 
80 You can then easily find your favourites either as a list on the homepage
81 or via the "My Favourites" link in the header profile dropdown.
82
83 ![A view of the "My Favourites" page, with the header profile dropdown menu showing containing a link to "My Favourites"](/images/docs/user/getting_around_favourites.png)