> For the complete documentation index, see [llms.txt](https://docs.trysavvy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trysavvy.com/how-tos/general-how-tos.md).

# General How-To's

- [How to select a container when I can’t click over it on the screen](https://docs.trysavvy.com/how-tos/general-how-tos/how-to-select-a-container-when-i-cant-click-over-it-on-the-screen.md): Sometimes, you may need to select a container that is filled with components and lacks any padding, making it difficult to select without inadvertently selecting one of its child elements.
- [How to hide a global component on a specific page](https://docs.trysavvy.com/how-tos/general-how-tos/how-to-hide-a-global-component-on-a-specific-page.md): This is meant to be done only for global components. Components that are not global shouldn’t exist on pages where they are not needed.
- [How to calculate statistical significance from split test](https://docs.trysavvy.com/how-tos/general-how-tos/how-to-calculate-statistical-significance-from-split-test.md): Quick guide on how to calculate the statistical significance of a split test.
- [How to install a Google font.](https://docs.trysavvy.com/how-tos/general-how-tos/how-to-install-a-google-font..md): Sometimes you want to use a font that is not the default one. You can easily install any Google Font by following the steps in this tutorial.
- [How to use "Logs" for debugging](https://docs.trysavvy.com/how-tos/general-how-tos/how-to-use-logs-for-debugging.md): Sometimes you need to do some debugging to understand why something unexpected is happening (debugging). Here you'll learn how to do this using event logs.
- [How to change pages order](https://docs.trysavvy.com/how-tos/general-how-tos/how-to-change-pages-order.md): Sometimes you need to change your flow page order, maybe because you’ve cloned a page and the new one should be in another position, or maybe just because you want to change the flow path.
- [How to select components that are behind the Embeddables card](https://docs.trysavvy.com/how-tos/general-how-tos/how-to-select-components-that-are-behind-the-embeddables-card.md): Sometimes you have an embeddables card already open and you want to select a component that is behind it. Here is how to do it.
- [How to clone a page](https://docs.trysavvy.com/how-tos/general-how-tos/how-to-clone-a-page.md): Sometimes you want to clone a page that is similar to the one you need to build next so you have a starting point that already includes components and styles that you've already worked on.
- [How to add new components to a page](https://docs.trysavvy.com/how-tos/general-how-tos/how-to-add-new-components-to-a-page.md): As a normal part of creating your flow, you'd need to add new components to your pages. Here is how to do it with our tool.
- [How to select the whole page](https://docs.trysavvy.com/how-tos/general-how-tos/how-to-select-the-whole-page.md): Sometimes you need to style the whole page and not just a “main container”. Here is how to select the whole page to do so.
- [How to view your flow on different screen sizes](https://docs.trysavvy.com/how-tos/general-how-tos/how-to-view-your-flow-on-different-screen-sizes.md): Usually, you would like to have a responsive flow and the ability to check how it's going to look on different devices. Viewing like different devices has never been so simple.
- [How to move between pages while editing your flow](https://docs.trysavvy.com/how-tos/general-how-tos/how-to-move-between-pages-while-editing-your-flow.md): For sure you'll need to move from one page to another to edit all of them. Here is how to do it with our builder.
