📘 How to Create a SharePoint Site – Step-by-Step Guide

Introduction to SharePoint | Power Platform Blog
SharePoint · Power Platform

Getting Started with
SharePoint Sites

Sites · Lists · Document Libraries · Power Platform Integration

Team Site Communication Site Power Apps Dynamics 365
SharePoint is a Microsoft platform used to store files, manage data, and help teams work together easily. If you are working with Power Platform or Dynamics 365, SharePoint is often used to store documents, manage lists, and share information across teams. This guide walks you through everything step by step.

What is a SharePoint Site?

A SharePoint site is like a workspace where you can store documents, manage data, share updates, and collaborate with your team. Think of it as a central hub that connects your files, your people, and your data — all in one place.

It is commonly used for document storage, team collaboration, data tracking using lists, Power Platform integrations, and internal communication.


Types of SharePoint Sites

When creating a new site, you'll choose between two main types. Each serves a different purpose, so picking the right one from the start saves you time later.

👥

Team Site

Built for collaboration. Teams use it to share files, track tasks, and work together on projects day-to-day.

  • Project documents
  • Team data tracking
  • CRM document integration
  • Internal collaboration
📢

Communication Site

Built for broadcasting. Use it to share information with a large group — announcements, news, or company updates.

  • Company announcements
  • Internal portals
  • News updates
  • Department information

SharePoint vs Other Databases

Not every database is the right tool for every job. Here's how SharePoint compares to the other common choices in the Microsoft ecosystem.

Feature SharePoint Dataverse SQL Database
Document Storage Very Good Limited Not Recommended
Structured Data Good Excellent Excellent
Power Platform Integration Easy Native Needs Setup
Best Use Documents & Simple Data Business Applications Complex Data Systems

SharePoint Lists

A SharePoint List is like a table where you can store structured data. It works similarly to Excel but with more control, sharing options, and automation support. Lists are often used as a data source in Power Apps and Power Automate.

// SharePoint list — supported column types
const columnTypes = [
  'Single line text',  'Multiple line text',
  'Number',  'Date & Time',  'Yes/No',
  'Person or Group',  'Attachment',
  'Choice (Dropdown)',  'Hyperlink'
];
📝 Text (single line)
📄 Text (multi-line)
🔢 Number
📅 Date & Time
Yes / No
👤 Person or Group
📎 Attachment
📊 Choice (Dropdown)
🔗 Hyperlink
SharePoint List Example

↑ SharePoint List — structured data, similar to Excel but with automation support


Document Library

A Document Library is where files live in SharePoint. You can upload documents, organize them into folders, control who can access them, and track every version change automatically. It is the backbone of document management in the Microsoft ecosystem.

Common uses include document storage, version tracking, permission control, and Dynamics 365 document integration.

SharePoint Document Library

↑ Document Library — file storage with version history and permission controls


How to Create a SharePoint Site

Follow these five steps to get your first SharePoint site up and running.

01

Open SharePoint

Go to office.com, sign in with your Microsoft 365 account, and open SharePoint from the app launcher in the top-left corner.

Open SharePoint from office.com

↑ Open SharePoint from the app launcher at office.com

02

Click "Create Site"

From the SharePoint home page, click + Create site. You will be presented with two options — choose the one that fits your needs.

  • Team Site — For collaboration and project work
  • Communication Site — For announcements and company updates
Create Site options

↑ Choose between Team Site and Communication Site

03

Choose a Template

Select a modern template from Microsoft's template gallery, or go with the default Standard Team template. Templates give you a pre-built structure you can customize later.

Template selection

↑ Pick a template or use the default Standard Team layout

04

Enter Site Details

Fill in the details for your new site. Every field here matters, so take a moment to get them right.

  • Site Name — The display name of your SharePoint site
  • Description — A short summary of the site's purpose (optional but helpful)
  • Privacy — Private: Only selected members can access · Public: Anyone in your org can view
  • Language — Choose carefully — this cannot be changed easily later
Site details form — part 1

↑ Enter your site name, description, and privacy setting

Site details form — part 2

↑ Set the preferred site language before proceeding

05

Add Members & Finish

Add owners and members who need access to the site. Click Finish — your SharePoint site is ready. You can now create lists, upload documents, customize pages, and connect to Power Platform or Dynamics 365.

Add members screen

↑ Add owners and members, then click Finish to create the site

Remember: No need to make everything perfect from day one. Just start using SharePoint, try things out, and slowly you'll get comfortable with it. The best time to learn is while building something real.

Microsoft 365 · Power Platform · Dynamics 365 · SharePoint Guide