Skip to main content
SUPPORT
Toggle navigation menu
Back to Sirène Website
Search
Sirène
For contacts without a Sirène
For contacts without a Sirène
Getting Started
Where can I download the App?
Required Phone Settings
Connecting to a new contact
What are the requirements to become a contact person?
Will there be a monthly fee?
How it works
How can I help as a contact without having a Sirène?
What do I need to do when I receive an alert?
Where and when can you be alerted as a contact?
Can I reject an alert?
If I decline an alert, will I be notified if someone else is coming to help?
Managing Your Contacts
How do you connect to a new contact?
How will I know whether I am connected to a contact?
How many contacts can I add?
Can I remove myself as a contact?
Can I reject a contact invitation?
User Data and Safety
Why do you need my email address, gender, name, and date of birth to open an account on the Sirène app?
How do you verify users and their information?
Can I change my profile information?
Can I delete my account and information in the Sirène app?
How do you prevent misuse?
Can I report misuse?
System Requirements
System Requirements
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
<% if (heading) { %>
<%= heading %>
<% } %>
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %> <% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>