> For the complete documentation index, see [llms.txt](https://collisions.gitbook.io/collisions-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://collisions.gitbook.io/collisions-docs/gh-fraud/installation.md).

# Installation

Step 1&#x20;

## SQL, THROUGH HEIDI OR PHP ADMIN

RUN SQL

<figure><img src="/files/eX6pGpsmGyxkTS9WLAZ8" alt=""><figcaption></figcaption></figure>

## STEP 2

## INSTALL ITEMS/ IMAGES

Copy items below&#x20;

\['xglass'] = {\
label = 'proxyglass!',\
stack = true,\
weight = 10,\
client = {\
image = 'xglass.png'\
}\
},

```
   ['checkslips'] = {
	label = 'checkslips!',
	stack = true,
	weight = 10,
	client = {
		image = 'checkslips.png'
	}
},


['ink'] = {
	label = 'ink!',
	stack = true,
	weight = 10,
	client = {
		image = 'ink.png'
	}
},
['bankslip'] = {
	label = 'bankslip!',
	stack = true,
	weight = 10,
	client = {
		image = 'bankslip.png'
	}
},

['card_capture'] = {
	label = 'card_capture',
	stack = true,
	weight = 10,
	client = {
		image = 'card_capture.png'
	}
},
['card_sackz'] = {
	label = 'card_sackz',
	stack = true,
	weight = 10,
	client = {
		image = 'card_sackz.png'
	}
},
['card_boa'] = {
	label = 'card_boa',
	stack = true,
	weight = 10,
	client = {
		image = 'card_boa.png'
	}
},

  ['laptop'] = {
label = 'Laptop',
weight = 2000,
stack = false,
close = true,
consume = 0,
client = {
    export = 'gh-bankz.useLaptop'
}
```

},

## DONE

Be sure to put both folders in a subfolder named "\[Grind]" then&#x20;

```properties
ensure [grind]
```

EDIT CONFIG TO LIKING!


---

# 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:

```
GET https://collisions.gitbook.io/collisions-docs/gh-fraud/installation.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.
