Skip to main content

Quick Start Guide

Dzaleka Online Services is a web-based platform accessible to anyone - no login or account required. This guide will help you quickly navigate the platform and find what you need.

Accessing the Platform

1

Visit the Website

Navigate to https://services.dzaleka.com in any web browser. The platform works on:
  • Desktop computers
  • Tablets
  • Mobile phones
  • Any device with internet access
2

Explore the Homepage

The homepage features:
  • Featured Services - Healthcare, education, and community organizations
  • Upcoming Events - Community gatherings and meetings
  • Latest Resources - Documents, guides, and reports
  • News & Announcements - Community updates
3

Navigate the Menu

Use the main navigation to access:
  • Services Directory
  • Events Calendar
  • Job Board
  • Marketplace
  • E-Learning
  • Photo Gallery
  • Cultural Heritage

Finding Services

1

Browse All Services

Click Services in the main menu to view 100+ organizations
2

Filter by Category

Use the category filters to find specific types of services:
  • Education & Training
  • Healthcare Services
  • Legal Aid & Support
  • Business & Employment
  • Community Development
  • Youth Programs
  • Women’s Empowerment
  • Arts & Culture
3

View Details

Click on any service to see:
  • Full description
  • Contact information (email, phone, WhatsApp)
  • Physical address and map location
  • Business hours
  • Social media links
  • Services offered

Exploring Events

Find community events and register for activities:
// Events are automatically filtered by date
const upcomingEvents = events.filter(event => {
  const eventDate = new Date(event.data.date);
  const now = new Date();
  return eventDate >= now;
});
Events marked as “TBA” (To Be Announced) appear in the upcoming section until dates are confirmed.

Browsing Jobs

1

Visit the Job Board

Click Jobs in the navigation menu
2

Filter Opportunities

Filter by:
  • Type: Full-time, Part-time, Contract, Volunteer, Internship
  • Category: Education, Healthcare, Technology, Community, Business, Arts
  • Sort: Recent postings or by deadline
3

Apply

Each job listing includes:
  • Organization details
  • Job requirements
  • Required skills
  • Application deadline
  • Contact information for applications
The platform includes a powerful search feature that searches across all content:
// Search API endpoint
GET https://services.dzaleka.com/api/search?q=healthcare&collections=services,events
1

Access Search

Click the search icon in the navigation bar
2

Enter Query

Type your search term (minimum 2 characters)
3

Review Results

Results are grouped by content type:
  • Services
  • Events
  • Jobs
  • Resources
  • News
  • Photos

Accessing Resources

Download educational materials, reports, and guides:
  1. Navigate to Resources
  2. Filter by category or file type
  3. View document details including:
    • File size and format
    • Languages available
    • Author and date
  4. Click Download or View to access the resource

Cultural Heritage

Explore Dzaleka’s rich cultural heritage:

Marketplace

Buy and sell products or services within the community:
  • Browse by category (products or services)
  • Filter by price range
  • Contact vendors via WhatsApp or phone
  • View vendor profiles and ratings

Contributing Content

Community members can contribute:
If you run an organization or know of one that should be listed:
  1. Visit the Services page
  2. Click “Submit Service”
  3. Fill out the form with organization details
  4. Submit for review
Submit inspirational stories or community voices:
  1. Navigate to Community Voices
  2. Click “Submit Story”
  3. Write your narrative
  4. Include photos (optional)
  5. Submit for review
Found incorrect information?
  1. Click the “Report Issue” link on any page
  2. Describe the problem
  3. Include your contact info (optional)
  4. Submit the report

API Access

Developers can access platform data programmatically:
// Example: Fetch all services
const response = await fetch('https://services.dzaleka.com/api/services');
const data = await response.json();

console.log(`Found ${data.services.length} services`);

Mobile Access

The platform is fully responsive and mobile-optimized:
  • No app installation required
  • Works on any mobile browser
  • Touch-optimized interface
  • Offline access to cached content
  • Lightweight pages for slow connections

Getting Help

Next Steps

Now that you’re familiar with the basics:
  1. Explore - Browse services, events, and jobs
  2. Connect - Reach out to organizations that interest you
  3. Contribute - Share your stories or list your services
  4. Engage - Participate in community events and activities
Bookmark the site on your phone’s home screen for quick access!