# How to navigate between ux files

**URL:** https://forums.fusetools.com/t/how-to-navigate-between-ux-files/4507
**Category:** How-to Discussions
**Created:** [March 21, 2016, 6:18am UTC](https://forums.fusetools.com/t/how-to-navigate-between-ux-files/4507 "2016-03-21T06:18:24Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![rvizcaino](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/rvizcaino/32/478_2.png) [@rvizcaino](https://forums.fusetools.com/u/rvizcaino)
#### Post date: [March 21, 2016, 6:18am UTC](https://forums.fusetools.com/t/how-to-navigate-between-ux-files/4507/1 "2016-03-21T06:18:24Z")

</div>

Hi, I have two files: store.ux and storebrands.ux (each one with a corresponding js), the entry point is in store.ux, this screen shows some brand logos, now I need to click on each image to load the other screen (storebrands.ux) and a way of identifying in the next screen the logo that was clicked.

I don’t really have a clue on how to do it. Thanks everyone!

---

<div class="post-metadata">

### Author: ![Kristian\_Hasselknipp](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/kristian_hasselknipp/32/549_2.png) [@Kristian\_Hasselknipp](https://forums.fusetools.com/u/Kristian_Hasselknipp)
#### Post date: [March 21, 2016, 10:50am UTC](https://forums.fusetools.com/t/how-to-navigate-between-ux-files/4507/2 "2016-03-21T10:50:49Z")

</div>

Hi!

You should look into how Navigation works in Fuse.

You can read about that topic in the learn section here:

- [https://www.fusetools.com/learn/fuse#navigation](https://www.fusetools.com/learn/fuse#navigation)

You might also want to check out this sample:

- [https://www.fusetools.com/examples/pages-using-js](https://www.fusetools.com/examples/pages-using-js)

- [https://www.fusetools.com/examples/swipe-gesture-reveal](https://www.fusetools.com/examples/swipe-gesture-reveal)

- [https://www.fusetools.com/examples/basic-ux-animations](https://www.fusetools.com/examples/basic-ux-animations)

- [https://www.fusetools.com/examples/tab-bar-navigation](https://www.fusetools.com/examples/tab-bar-navigation)

---

<div class="post-metadata">

### Author: ![rvizcaino](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/rvizcaino/32/478_2.png) [@rvizcaino](https://forums.fusetools.com/u/rvizcaino)
#### Post date: [March 21, 2016, 1:38pm UTC](https://forums.fusetools.com/t/how-to-navigate-between-ux-files/4507/3 "2016-03-21T13:38:42Z")

</div>

Hi Kristian, thanks for answering! The issue I see is that in my second ux file (storebrand.ux) I have already implemented a PageControl for navigating (swipe) between products and is just working fine, what I could not find is how to jump to the other ux file directly when clicking on some item.

Or what you mean is that I must create all my pages on the ux file (like 200 products aprox) and the use the page control to load the one I need? There’s no a way to load the ux file dynamically and pass a parameter to it?

---

<div class="post-metadata">

### Author: ![rvizcaino](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/rvizcaino/32/478_2.png) [@rvizcaino](https://forums.fusetools.com/u/rvizcaino)
#### Post date: [March 23, 2016, 6:32am UTC](https://forums.fusetools.com/t/how-to-navigate-between-ux-files/4507/4 "2016-03-23T06:32:34Z")

</div>

Hi, this is solved. Thank you.

---

<div class="post-metadata">

### Author: ![diegoalvesmoreira](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/diegoalvesmoreira/32/190_2.png) [@diegoalvesmoreira](https://forums.fusetools.com/u/diegoalvesmoreira)
#### Post date: [March 29, 2016, 12:03am UTC](https://forums.fusetools.com/t/how-to-navigate-between-ux-files/4507/5 "2016-03-29T00:03:19Z")

</div>

> **[rvizcaino@gmail.com](mailto:rvizcaino@gmail.com) wrote:**
> 
> Hi, this is solved. Thank you.

Hey, can you post how you solved this?
