# Getting Started

Welcome to the personal section of Rememberizer documentation. This section covers all the features you need to harness the power of your personal knowledge and connect it with AI tools and applications.

## Personal Knowledge Management Overview

Rememberizer empowers you to transform scattered information across various sources into an organized, searchable knowledge base that works with AI. With Rememberizer, you can:

* **Connect multiple data sources** including Slack, Google Drive, Gmail, Dropbox, and more
* **Search across all your knowledge** using powerful semantic search technology
* **Organize access to your knowledge** with customizable Mementos
* **Share selected knowledge** through Common Knowledge
* **Connect your knowledge to AI tools** including ChatGPT, LangChain applications, and more

## Core Features

### Mementos: Granular Access Control

[Mementos](/personal-use/personal/mementos-filter-access.md) are at the heart of Rememberizer's personal knowledge management system. These customizable filters allow you to:

* Create collections of specific documents, channels, or folders
* Control exactly what knowledge third-party applications can access
* Maintain privacy while still benefiting from AI capabilities
* Tailor different knowledge sets for different applications

### Powerful Knowledge Search

Rememberizer's [semantic search](/personal-use/personal/search-your-knowledge.md) goes beyond simple keyword matching:

* Find information based on meaning, not just exact terms
* Search across all connected data sources simultaneously
* Filter searches by Memento to focus on relevant knowledge
* Use AI-enhanced agentic search for complex information needs

### Integrations

Connect your existing content from various platforms:

| Integration                                                                         | Description                                          |
| ----------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [Slack](/personal-use/integrations/rememberizer-slack-integration.md)               | Access messages and files from your Slack workspaces |
| [Google Drive](/personal-use/integrations/rememberizer-google-drive-integration.md) | Connect documents from your Google Drive             |
| [Gmail](/personal-use/integrations/rememberizer-gmail-integration.md)               | Import emails from your Gmail account                |
| [Dropbox](/personal-use/integrations/rememberizer-dropbox-integration.md)           | Access files from your Dropbox account               |
| [Memory](/personal-use/integrations/rememberizer-memory-integration.md)             | Save and retrieve AI conversation history            |
| [Rememberizer App](/personal-use/integrations/rememberizer-app.md)                  | Access local files through our desktop application   |

### Knowledge Sharing and Enhancement

* [Common Knowledge](/personal-use/personal/common-knowledge.md): Add pre-indexed knowledge from other users
* [Manage Embedded Knowledge](/personal-use/personal/manage-your-embedded-knowledge.md): View and organize your indexed content
* [Third-party Apps](/personal-use/integrations/manage-third-party-apps.md): Control which apps can access your knowledge

## Getting Started: The Rememberizer Workflow

1. **Connect your data sources** - Set up integrations with your preferred platforms
2. **Create Mementos** - Organize your knowledge into purpose-specific collections
3. **Refine access** - Select which specific documents belong in each Memento
4. **Search your knowledge** - Use semantic search to find information across sources
5. **Connect with AI tools** - Authorize applications to access specific Mementos

## Documentation Navigation

### Essential Setup

* Start with [Mementos Filter Access](/personal-use/personal/mementos-filter-access.md) to understand the core concept
* Explore the [Rememberizer App](/personal-use/integrations/rememberizer-app.md) for local file access
* Learn how to [Search Your Knowledge](/personal-use/personal/search-your-knowledge.md) effectively

### Integrations

* Set up the [Slack integration](/personal-use/integrations/rememberizer-slack-integration.md) for team communications
* Connect [Google Drive](/personal-use/integrations/rememberizer-google-drive-integration.md) and [Gmail](/personal-use/integrations/rememberizer-gmail-integration.md) for Google Workspace content
* Add [Dropbox files](/personal-use/integrations/rememberizer-dropbox-integration.md) to your knowledge base
* Configure [Memory integration](/personal-use/integrations/rememberizer-memory-integration.md) for conversation history

### Advanced Features

* Explore [Common Knowledge](/personal-use/personal/common-knowledge.md) to enhance your knowledge base
* Learn to [Manage Third-party Apps](/personal-use/integrations/manage-third-party-apps.md) that connect to your knowledge
* Understand [MCP Servers](/personal-use/integrations/rememberizer-mcp-servers.md) for enhanced capabilities

Ready to get started? Begin by setting up your first [Memento](/personal-use/personal/mementos-filter-access.md) to organize your knowledge.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rememberizer.ai/personal-use/personal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
