# What the JS libraries available to use in analysis?

**URL:** https://community.tago.io/t/what-the-js-libraries-available-to-use-in-analysis/1309
**Category:** Analysis and Actions
**Created:** [February 8, 2023, 1:19pm UTC](https://community.tago.io/t/what-the-js-libraries-available-to-use-in-analysis/1309 "2023-02-08T13:19:27Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![julihermes.melo](https://yyz2.discourse-cdn.com/flex034/user_avatar/community.tago.io/julihermes.melo/32/1625_2.png) [@julihermes.melo](https://community.tago.io/u/julihermes.melo)
#### Post date: [February 8, 2023, 1:19pm UTC](https://community.tago.io/t/what-the-js-libraries-available-to-use-in-analysis/1309/1 "2023-02-08T13:19:27Z")

</div>

Hi, guys!

I know we can use some libraries like axios or dayjs in analysis just call them with “require”.

```auto
const axios = require("axios");

```

I just to know all the libraries available to use in analysis, a simple list or something like that.

Do you guys can help me with this?

---

<div class="post-metadata">

### Author: ![freddy.minuzzi](https://yyz2.discourse-cdn.com/flex034/user_avatar/community.tago.io/freddy.minuzzi/32/415_2.png) [@freddy.minuzzi](https://community.tago.io/u/freddy.minuzzi)
#### Post date: [February 8, 2023, 3:15pm UTC](https://community.tago.io/t/what-the-js-libraries-available-to-use-in-analysis/1309/2 "2023-02-08T15:15:03Z")

</div>

Hi Juilhermes!

Using JavaScript you can utilize any library you wish. All you have to do is use the analysis builder on your analysis before using it internaly at TagoIO.

I recomend you watch lesson **[Hands-on: Generating .csv reports – Demo](https://learn.tago.io/lessons/19934/)** from the Learning Center. At 21:00 he talks about the analysis builder.

- Note that Python doesn’t have this analysis builder and this is only avaliable for Javascript.

---

<div class="post-metadata">

### Author: ![julihermes.melo](https://yyz2.discourse-cdn.com/flex034/user_avatar/community.tago.io/julihermes.melo/32/1625_2.png) [@julihermes.melo](https://community.tago.io/u/julihermes.melo)
#### Post date: [February 8, 2023, 4:39pm UTC](https://community.tago.io/t/what-the-js-libraries-available-to-use-in-analysis/1309/3 "2023-02-08T16:39:19Z")

</div>

Thanks for the answer, I will check that lesson!

---

<div class="post-metadata">

### Author: ![freddy.minuzzi](https://yyz2.discourse-cdn.com/flex034/user_avatar/community.tago.io/freddy.minuzzi/32/415_2.png) [@freddy.minuzzi](https://community.tago.io/u/freddy.minuzzi)
#### Post date: [February 9, 2023, 2:13pm UTC](https://community.tago.io/t/what-the-js-libraries-available-to-use-in-analysis/1309/4 "2023-02-09T14:13:50Z")

</div>

No problem Julihermes, I’m happy to help.

---

<div class="post-metadata">

### Author: ![felipe.gutierre](https://yyz2.discourse-cdn.com/flex034/user_avatar/community.tago.io/felipe.gutierre/32/1596_2.png) [@felipe.gutierre](https://community.tago.io/u/felipe.gutierre)
#### Post date: [June 25, 2026, 4:29pm UTC](https://community.tago.io/t/what-the-js-libraries-available-to-use-in-analysis/1309/5 "2026-06-25T16:29:58Z")

</div>

Quick update, Our learning center can found here: [Academy | TagoIO](https://tago.io/academy)
