# Alexa Skills-New Guy

**URL:** https://forums.losant.com/t/alexa-skills-new-guy/914
**Category:** Help
**Created:** [May 14, 2018, 5:04pm UTC](https://forums.losant.com/t/alexa-skills-new-guy/914 "2018-05-14T17:04:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Brent\_Barcus](https://avatars.discourse-cdn.com/v4/letter/b/6a8cbe/32.png) [@Brent\_Barcus](https://forums.losant.com/u/Brent_Barcus)
#### Post date: [May 14, 2018, 5:04pm UTC](https://forums.losant.com/t/alexa-skills-new-guy/914/1 "2018-05-14T17:04:53Z")

</div>

Hey guys,  
I’m new to this forum…I’m interested in creating an Alexa skill with Losant. I have no prior coding experience. my skill would have a question/answer process with the user. is there a way to document the answers from the user either through text or audio using Losant? would i use a variable?  
thanks  
Brent

---

<div class="post-metadata">

### Author: ![anaptfox](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/anaptfox/32/873_2.png) [@anaptfox](https://forums.losant.com/u/anaptfox)
#### Post date: [May 14, 2018, 5:51pm UTC](https://forums.losant.com/t/alexa-skills-new-guy/914/2 "2018-05-14T17:51:25Z")

</div>

Hi Brent!

I would say that the best place to start would be our blog post on this topic:

> **[How to Build an Interactive Alexa Skill with no Code Using Losant](https://www.losant.com/blog/how-to-build-an-interactive-alexa-skill-with-no-code-using-losant)**
>
> Tutorial that walks through how to build an Alexa skill with no code required using Losant workflows.

It really covers the same question/answer model you want. It might be helpful if you went through this example step by step to get familiar with things.

As far as saving your responses, here is where I think a little programming knowledge could help. Ideally, you want to send this information to your own API or Database. However, You could do this with [Data Tables.](https://docs.losant.com/data-tables/overview/).
