> For the complete documentation index, see [llms.txt](https://models.advancedplugins.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://models.advancedplugins.net/frequently-asked-questions.md).

# Frequently Asked Questions

## Does AdvancedModels require a texture pack?

No! AdvancedModels does not require a texture pack for any of models.&#x20;

## Does AdvancedModels cause lag?

Plugin is designed with performance in mind. We went a long way to optimize every little part of the plugin. Most other plugins utilize Armor Stands, but we use Display entities. Compared to Armor Stands, our way increases performance about 80% (when comparing to same model using different types) and does not introduce any additional repeating tasks causing lag on the server.

## How to create models?

The process is really easy. First, install [Blockbench ](https://www.blockbench.net)program. Create a 'Generic Model' with texture size 16x16, model your parts and have representing names for parts, then utilize our Model Guides to add it to your server. You do not need to create any textures or draw yourself - you can define these in [Model.yml File](/models-and-guides/model.yml-file.md).

For our testers, we had them make a chair model themselves from scratch and add to AdvancedModels. Each person took under 10 minutes and results were astonishing.


---

# 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://models.advancedplugins.net/frequently-asked-questions.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.
