> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/core/basic-operations/basics.md).

# Basic document operations on Server/Desktop

Learn how to open, save, lock, access pages, and manipulate content in PDF documents. Generate, edit, and extract content efficiently. The Apryse Server SDK streamlines secure document processing with

There are a few commonly used basic operations when working with documents.

## Get started

[Opening a document](/core/basic-operations/open.md) To open a PDF document.

[Saving a document](/core/basic-operations/save.md) To save a PDF document.

[Locking a document](/core/basic-operations/lock.md) To access a PDF document in a multithreaded environment.

[Access a PDF page](/core/basic-operations/pages.md) To access a PDF page.

[Access PDF page content](/core/basic-operations/page-content.md) To access PDF page content.

## Learn more

[Generating PDFs](/core/create/create.md) An introduction to document creation.

[Page manipulation](/core/page-manipulation/manipulation.md) An introduction to page manipulation.

[Editing page content](/core/pdf-editing/edit.md) An introduction to editing page content.

[Extraction](/core/basic-operations/extraction/extraction.md) An introduction to extracting page content.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.apryse.com/core/basic-operations/basics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
