Amazon Echo Dot – Black
A compact smart speaker that plays music and controls your home with Alexa — great for any room in the house.
Alexa makes your life easier, more meaningful, and more fun by letting your voice control your world. Get more out of the things you already love and discover new possibilities you’ve never imagined. Before you get your Alexa device in Lebanon, check out these quick answers to the most popular questions!
A compact smart speaker that plays music and controls your home with Alexa — great for any room in the house.
A small smart speaker that plays music and controls all your smart home with just your voice — perfect for the bedroom or kitchen.
#sfaq-3783 {
--sfaq-accent: #e8590c;
--sfaq-accent-light: rgba(232,89,12, 0.08);
--sfaq-accent-mid: rgba(232,89,12, 0.15);
--sfaq-bg: #ffffff;
--sfaq-text: #1a1a2e;
--sfaq-radius: 12px;
--sfaq-border: rgba(0,0,0,0.08);
--sfaq-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.03);
--sfaq-shadow-hover: 0 2px 8px rgba(0,0,0,0.06), 0 8px 24px rgba(0,0,0,0.06);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
max-width: 900px;
margin: 0 auto;
color: var(--sfaq-text);
}
#sfaq-3783 .sfaq-section-title {
font-size: 28px;
font-weight: 700;
margin-bottom: 20px;
}
/* Search */
#sfaq-3783 .sfaq-search-wrap {
position: relative;
margin-bottom: 24px;
}
#sfaq-3783 .sfaq-search-icon {
position: absolute;
left: 16px;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
color: #999;
pointer-events: none;
}
#sfaq-3783 .sfaq-search {
width: 100%;
padding: 14px 80px 14px 48px;
border: 2px solid var(--sfaq-border);
border-radius: var(--sfaq-radius);
font-size: 16px;
background: var(--sfaq-bg);
color: var(--sfaq-text);
transition: border-color 0.2s, box-shadow 0.2s;
outline: none;
box-sizing: border-box;
}
#sfaq-3783 .sfaq-search:focus {
border-color: var(--sfaq-accent);
box-shadow: 0 0 0 3px var(--sfaq-accent-light);
}
#sfaq-3783 .sfaq-search-count {
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
font-size: 13px;
color: #999;
}
/* Category Tabs */
#sfaq-3783 .sfaq-cats {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 24px;
padding-bottom: 4px;
}
#sfaq-3783 .sfaq-cat-btn {
padding: 8px 18px;
border: 1.5px solid var(--sfaq-border);
border-radius: 100px;
background: var(--sfaq-bg);
color: var(--sfaq-text);
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: all 0.2s;
white-space: nowrap;
}
#sfaq-3783 .sfaq-cat-btn:hover {
border-color: var(--sfaq-accent);
color: var(--sfaq-accent);
background: var(--sfaq-accent-light);
}
#sfaq-3783 .sfaq-cat-active {
background: var(--sfaq-accent) !important;
color: #fff !important;
border-color: var(--sfaq-accent) !important;
}
/* FAQ List */
#sfaq-3783 .sfaq-list {
display: flex;
flex-direction: column;
gap: 12px;
}
#sfaq-3783 .sfaq-list.sfaq-two-col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
align-items: start;
}
@media (max-width: 768px) {
#sfaq-3783 .sfaq-list.sfaq-two-col {
grid-template-columns: 1fr;
}
}
/* FAQ Item */
#sfaq-3783 .sfaq-item {
background: var(--sfaq-bg);
border: 1.5px solid var(--sfaq-border);
border-radius: var(--sfaq-radius);
overflow: hidden;
box-shadow: var(--sfaq-shadow);
transition: box-shadow 0.25s, border-color 0.25s;
}
#sfaq-3783 .sfaq-item:hover {
box-shadow: var(--sfaq-shadow-hover);
border-color: rgba(0,0,0,0.12);
}
#sfaq-3783 .sfaq-item.sfaq-highlight {
border-color: var(--sfaq-accent);
box-shadow: 0 0 0 3px var(--sfaq-accent-light);
}
#sfaq-3783 .sfaq-item.sfaq-hidden {
display: none;
}
/* Toggle Button */
#sfaq-3783 .sfaq-toggle {
display: flex;
align-items: center;
width: 100%;
padding: 18px 20px;
border: none;
background: none;
cursor: pointer;
text-align: left;
gap: 12px;
color: var(--sfaq-text);
font-size: 16px;
font-weight: 600;
line-height: 1.4;
transition: background 0.15s;
}
#sfaq-3783 .sfaq-toggle:hover {
background: var(--sfaq-accent-light);
}
#sfaq-3783 .sfaq-toggle.sfaq-open {
background: var(--sfaq-accent-light);
}
/* Icon */
#sfaq-3783 .sfaq-icon {
font-size: 20px;
flex-shrink: 0;
width: 28px;
text-align: center;
}
/* Chevron */
#sfaq-3783 .sfaq-chevron {
width: 20px;
height: 20px;
flex-shrink: 0;
margin-left: auto;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
color: #999;
}
#sfaq-3783 .sfaq-open .sfaq-chevron {
transform: rotate(180deg);
color: var(--sfaq-accent);
}
/* Question Text */
#sfaq-3783 .sfaq-question-text {
flex: 1;
}
/* Answer */
#sfaq-3783 .sfaq-answer-wrap {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#sfaq-3783 .sfaq-answer-wrap.sfaq-answer-open {
max-height: 2000px;
}
#sfaq-3783 .sfaq-answer {
padding: 0 20px 20px 20px;
font-size: 15px;
line-height: 1.7;
color: var(--sfaq-text);
opacity: 0.85;
}
#sfaq-3783 .sfaq-answer p:first-child {
margin-top: 0;
}
#sfaq-3783 .sfaq-answer p:last-child {
margin-bottom: 0;
}
#sfaq-3783 .sfaq-answer a {
color: var(--sfaq-accent);
text-decoration: underline;
text-underline-offset: 2px;
}
#sfaq-3783 .sfaq-answer ul,
#sfaq-3783 .sfaq-answer ol {
padding-left: 20px;
}
#sfaq-3783 .sfaq-answer img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 8px 0;
}
/* Meta / Share */
#sfaq-3783 .sfaq-meta {
padding: 0 20px 16px;
display: flex;
gap: 16px;
}
#sfaq-3783 .sfaq-anchor-link {
display: inline-flex;
align-items: center;
gap: 4px;
font-size: 12px;
color: #999;
text-decoration: none;
transition: color 0.15s;
cursor: pointer;
}
#sfaq-3783 .sfaq-anchor-link:hover {
color: var(--sfaq-accent);
}
#sfaq-3783 .sfaq-anchor-link.sfaq-copied {
color: var(--sfaq-accent);
}
/* No Results */
#sfaq-3783 .sfaq-no-results {
text-align: center;
padding: 48px 20px;
color: #999;
}
#sfaq-3783 .sfaq-no-results svg {
margin-bottom: 12px;
opacity: 0.4;
}
/* Print */
@media print {
#sfaq-3783 .sfaq-search-wrap,
#sfaq-3783 .sfaq-cats,
#sfaq-3783 .sfaq-meta { display: none; }
#sfaq-3783 .sfaq-answer-wrap { max-height: none !important; }
#sfaq-3783 .sfaq-chevron { display: none; }
}
/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
#sfaq-3783 .sfaq-answer-wrap { transition: none; }
#sfaq-3783 .sfaq-chevron { transition: none; }
}
Can Alexa control my lights and appliances?
How to download the Alexa app on my phone?
If you find it on your phone’s App Store or Play Store, download it directly from there.
If you cannot find it on your phone’s App Store or Play Store, you can check the guide for Apple [click here] and Android [click here].
Does the Alexa smart speakers/smart displays work on batteries?
No, it has to be plugged in.
Does Alexa require a monthly fee?
There is no monthly fee to operate Alexa on Amazon Alexa-enabled devices.
How do I use Alexa?
To use Alexa, you’ll need an Alexa device, like an Echo Dot (a small smart speaker), an Echo Show (a smart screen with a speaker), or an Echo Pop (a compact smart speaker).
Once you have one, you can control everything with just your voice.
For example, you can ask, ‘How’s the weather today in Beirut?’, ‘Add batteries to my shopping list,’ or ‘Play some Fairouz music.’ Alexa makes everyday life easier — whether you want to check the news, set reminders, or control smart home devices around your house.
Does Alexa work in Lebanon?
YES, of course it works in Lebanon.
What's the difference between Alexa and Echo devices?
Alexa is the virtual assistant — the ‘brain’ you talk to. Echo devices, like the Echo Dot or Echo Show, are the smart speakers and screens that let you interact with Alexa. In short: Alexa is the voice assistant, and Echo is the device that brings Alexa to life.
(function(){
var wrap = document.getElementById('sfaq-3783');
if (!wrap) return;
// Helpie anchor alias map
var aliasMap = {"hfaq-post-247549":"faq-258998","hfaq-post-906":"faq-258823","hfaq-post-908":"faq-258824","hfaq-post-909":"faq-258825","hfaq-post-910":"faq-258826","hfaq-post-904":"faq-258822","hfaq-post-2098":"faq-258794"};
// Accordion
wrap.querySelectorAll('.sfaq-toggle').forEach(function(btn) {
btn.addEventListener('click', function() {
var isOpen = this.classList.contains('sfaq-open');
var answer = this.nextElementSibling;
if (isOpen) {
this.classList.remove('sfaq-open');
this.setAttribute('aria-expanded', 'false');
answer.classList.remove('sfaq-answer-open');
} else {
this.classList.add('sfaq-open');
this.setAttribute('aria-expanded', 'true');
answer.classList.add('sfaq-answer-open');
}
});
});
// Category Filter
wrap.querySelectorAll('.sfaq-cat-btn').forEach(function(btn) {
btn.addEventListener('click', function() {
wrap.querySelectorAll('.sfaq-cat-btn').forEach(function(b) {
b.classList.remove('sfaq-cat-active');
b.setAttribute('aria-selected', 'false');
});
this.classList.add('sfaq-cat-active');
this.setAttribute('aria-selected', 'true');
var cat = this.dataset.cat;
var visible = 0;
wrap.querySelectorAll('.sfaq-item').forEach(function(item) {
var cats = item.dataset.cats || '';
if (cat === 'all' || cats.indexOf(cat) !== -1) {
item.classList.remove('sfaq-hidden');
visible++;
} else {
item.classList.add('sfaq-hidden');
}
});
var noRes = wrap.querySelector('.sfaq-no-results');
noRes.style.display = visible === 0 ? 'block' : 'none';
});
});
// Search
var searchInput = wrap.querySelector('.sfaq-search');
if (searchInput) {
var debounce;
searchInput.addEventListener('input', function() {
clearTimeout(debounce);
debounce = setTimeout(function() {
var q = searchInput.value.toLowerCase().trim();
var visible = 0;
wrap.querySelectorAll('.sfaq-item').forEach(function(item) {
var question = item.querySelector('.sfaq-question-text').textContent.toLowerCase();
var answer = item.querySelector('.sfaq-answer').textContent.toLowerCase();
if (!q || question.indexOf(q) !== -1 || answer.indexOf(q) !== -1) {
item.classList.remove('sfaq-hidden');
visible++;
} else {
item.classList.add('sfaq-hidden');
}
});
var counter = wrap.querySelector('.sfaq-search-count');
if (counter) {
counter.textContent = q ? visible + ' found' : '';
}
var noRes = wrap.querySelector('.sfaq-no-results');
noRes.style.display = (q && visible === 0) ? 'block' : 'none';
}, 200);
});
}
// Anchor Links (copy to clipboard)
wrap.querySelectorAll('.sfaq-anchor-link').forEach(function(link) {
link.addEventListener('click', function(e) {
e.preventDefault();
var anchor = this.dataset.anchor;
var url = window.location.origin + window.location.pathname + '#' + anchor;
if (navigator.clipboard) {
navigator.clipboard.writeText(url);
} else {
var tmp = document.createElement('textarea');
tmp.value = url;
document.body.appendChild(tmp);
tmp.select();
document.execCommand('copy');
document.body.removeChild(tmp);
}
this.classList.add('sfaq-copied');
var origText = this.innerHTML;
var svgPart = origText.substring(0, origText.lastIndexOf('Copy link'));
this.innerHTML = svgPart + 'Copied!';
var el = this;
setTimeout(function() {
el.innerHTML = origText;
el.classList.remove('sfaq-copied');
}, 2000);
});
});
// Deep link: handle both #faq-ID and old #hfaq-post-ID
function openAndScroll(targetId) {
var target = document.getElementById(targetId);
if (!target) return false;
var toggle = target.querySelector('.sfaq-toggle');
if (toggle && !toggle.classList.contains('sfaq-open')) {
toggle.click();
}
setTimeout(function() {
target.scrollIntoView({ behavior: 'smooth', block: 'center' });
target.classList.add('sfaq-highlight');
setTimeout(function() { target.classList.remove('sfaq-highlight'); }, 2000);
}, 300);
return true;
}
var hash = window.location.hash ? window.location.hash.substring(1) : '';
if (hash) {
// Try new format first
if (hash.indexOf('faq-') === 0) {
openAndScroll(hash);
}
// Try old helpie format
else if (hash.indexOf('hfaq-post-') === 0) {
var newId = aliasMap[hash];
if (newId) {
openAndScroll(newId);
history.replaceState(null, '', '#' + newId);
} else {
// Fallback: look for hidden span with old ID
openAndScroll(hash);
}
}
}
})();