2 title: "BookStack: An Open Source Microsoft Teams Wiki Alternative"
6 With Microsoft retiring wikis within teams you may be looking for an alternative solution for documentation within your
7 environment. BookStack offers a potential free and Open Source alternative for your needs.
11 ### What BookStack Offers
13 ##### AD Compatible SSO Options, Without the Tax
15 Built in to the BookStack core are SSO options for authentication including LDAP, OIDC and SAML2.
16 These also have the ability to map BookStack user roles to auth system groups for easy permission control.
18 ##### Self-Host Without Complex Requirements
20 BookStack is built to be self-hosted and it can be done so without needing a great deal of resources.
21 It's fundamentally a modern PHP application using MySQL as a datastore.
22 It can easily be ran on a 1GB RAM VM, and its resource usage scales with system activity.
24 ##### WYSIWYG Editor Experience, Markdown for Power Users
26 At the core of BookStack is a WYSIWYG editor for its "pages" to ensure easy usage for all those within a business.
27 Optionally, a Markdown editor can be used instead if preferred.
29 ##### Content Format Keeping to Standards
31 The content written in BookStack is primarily stored in a relatively simple and flat layer of HTML.
32 It's a core focus of ours that content remains portable so you're never seriously vendor-locked.
34 ##### APIs and Extension
36 We have a developing simple REST API that covers all the core content types and user management requirements.
37 We also have extension options that allow customization of any view, icon or text, upon some options to extend back-end functionality.
39 ##### Established Community Resources
41 Since 2016 BookStack has built a community across GitHub, Reddit and Discord.
42 Upon that, we have a built up library of video guidance on YouTube to provide detailed help for trickier subjects such as auth setup.
44 ##### Built-in Diagramming
46 BookStack comes ready-integrated with [diagrams.net](https://www.diagrams.net/) for easy creation and editing of diagrams within
47 your documentation content.
49 ##### Permission, Roles & Admin Controls at the Ready
51 Built in is a core role-based permission system that allows a great level of control for admins, which includes global and content-level control.
52 Admins also have access to an audit log for visibility into platform activity.
54 ##### Enterprise Support Available
56 While we have a range of community support options, we also have a range of [business support plans](/support/)
57 for where assured and official support is required.
61 The above only lightly touches on the functionality and features of BookStack.
62 To get a real feel of what BookStack is get started with your own instance or explore our demo:
64 [GitHub](https://github.com/BookStackApp/BookStack) | [Demo Instance](https://demo.bookstackapp.com) | [Installation Instructions](/docs/admin/installation)
66 [Read more and see screenshots on our homepage »](/)
70 ## Migrating From Teams Wiki to BookStack
72 We don't have an automated way to migrate your content directly from Teams to BookStack.
73 We do have a growing [REST API](/docs/admin/hacking-bookstack/#bookstack-api) that can be used to automate some of the process where possible.
74 We also have a collection of [API usage examples in various languages](https://codeberg.org/bookstack/api-scripts) to help jumpstart your own tooling where needed.